Class LMIECenterDefinition
Inheritance
LMIECenterDefinition
Assembly: NXOpen.dll
Syntax
public class LMIECenterDefinition : LMIEError, IMessageSink, INXObject
Constructors
LMIECenterDefinition()
Declaration
protected LMIECenterDefinition()
Properties
MassCenterType
Declaration
public MassCenterType MassCenterType { get; set; }
Property Value
Node
Declaration
public LMIENode Node { get; set; }
Property Value
Point
Declaration
public LMIEPoint Point { get; set; }
Property Value
SelectionRecipe
Declaration
public LMIESelectionRecipe SelectionRecipe { get; set; }
Property Value
UseCenterOfLegNodes
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use LMIECenterDefinition.MassCenterType instead.")]
public bool UseCenterOfLegNodes { get; set; }
Property Value
Methods
CreateNode()
Declaration
public LMIENode CreateNode()
Returns
CreatePoint()
Declaration
public LMIEPoint CreatePoint()
Returns
CreateSelectionRecipe()
Declaration
public LMIESelectionRecipe CreateSelectionRecipe()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink