Class Rigid
Assembly: NXOpen.dll
Syntax
public class Rigid : IConnection, IMessageSink, IFitTo, IDof, ICsys, INodalTargetsContainer, INodalTargetsPairing, INXObject
Constructors
Rigid()
Declaration
Properties
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
CsysType
Declaration
public CsysType CsysType { get; set; }
Property Value
PairingMethod
Declaration
public NodalPairingMethod PairingMethod { get; set; }
Property Value
SearchConeAngle
Declaration
public Expression SearchConeAngle { get; }
Property Value
SearchOrientation
Declaration
public Direction SearchOrientation { get; set; }
Property Value
SearchRange
Declaration
public Expression SearchRange { get; }
Property Value
Methods
GetDof(Dof)
Declaration
public DofType GetDof(Dof dof)
Parameters
Type |
Name |
Description |
Dof |
dof |
|
Returns
GetSupportedCsysTypes()
Declaration
public CsysType[] GetSupportedCsysTypes()
Returns
GetTarget(int)
Declaration
public NodalTarget GetTarget(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
SetDof(Dof, DofType)
Declaration
public void SetDof(Dof dof, DofType type)
Parameters
SetTargetType(int, NodalTargetType)
Declaration
public void SetTargetType(int index, NodalTargetType type)
Parameters
SwapTargets()
Declaration
public void SwapTargets()
Implements
System.Runtime.Remoting.Messaging.IMessageSink