Class Rigid
Inheritance
System.Object
System.MarshalByRefObject
Rigid
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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 Rigid : IConnection, IMessageSink, IFitTo, IDof, ICsys, INodalTargetsContainer, INodalTargetsPairing, INXObject
Constructors
Rigid()
Declaration
protected Rigid()
Properties
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
CsysType
Declaration
public CsysType CsysType { get; set; }
Property Value
Type | Description |
---|---|
CsysType |
PairingMethod
Declaration
public NodalPairingMethod PairingMethod { get; set; }
Property Value
Type | Description |
---|---|
NodalPairingMethod |
SearchConeAngle
Declaration
public Expression SearchConeAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
SearchOrientation
Declaration
public Direction SearchOrientation { get; set; }
Property Value
Type | Description |
---|---|
Direction |
SearchRange
Declaration
public Expression SearchRange { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
GetDof(Dof)
Declaration
public DofType GetDof(Dof dof)
Parameters
Type | Name | Description |
---|---|---|
Dof | dof |
Returns
Type | Description |
---|---|
DofType |
GetSupportedCsysTypes()
Declaration
public CsysType[] GetSupportedCsysTypes()
Returns
Type | Description |
---|---|
CsysType[] |
GetTarget(Int32)
Declaration
public NodalTarget GetTarget(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
NodalTarget |
SetDof(Dof, DofType)
Declaration
public void SetDof(Dof dof, DofType type)
Parameters
Type | Name | Description |
---|---|---|
Dof | dof | |
DofType | type |
SetTargetType(Int32, NodalTargetType)
Declaration
public void SetTargetType(int index, NodalTargetType type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
NodalTargetType | type |
Implements
System.Runtime.Remoting.Messaging.IMessageSink