Class LMIECenterDefinition
Inheritance
System.Object
System.MarshalByRefObject
LMIECenterDefinition
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public class LMIECenterDefinition : LMIEError, IMessageSink, INXObject
Constructors
LMIECenterDefinition()
Declaration
protected LMIECenterDefinition()
Properties
Node
Declaration
public LMIENode Node { get; set; }
Property Value
Type | Description |
---|---|
LMIENode |
Point
Declaration
public LMIEPoint Point { get; set; }
Property Value
Type | Description |
---|---|
LMIEPoint |
SelectionRecipe
Declaration
public LMIESelectionRecipe SelectionRecipe { get; set; }
Property Value
Type | Description |
---|---|
LMIESelectionRecipe |
UseCenterOfLegNodes
Declaration
public bool UseCenterOfLegNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateNode()
Declaration
public LMIENode CreateNode()
Returns
Type | Description |
---|---|
LMIENode |
CreatePoint()
Declaration
public LMIEPoint CreatePoint()
Returns
Type | Description |
---|---|
LMIEPoint |
CreateSelectionRecipe()
Declaration
public LMIESelectionRecipe CreateSelectionRecipe()
Returns
Type | Description |
---|---|
LMIESelectionRecipe |
Implements
System.Runtime.Remoting.Messaging.IMessageSink