Class Damper
Inheritance
System.Object
System.MarshalByRefObject
Damper
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)
Assembly: NXOpen.dll
Syntax
public class Damper : IConnection, IMessageSink, IFitTo, IViscousDamping, ICsys, INodalTargetsContainer, INodalTargetsPairing, INXObject
Constructors
Damper()
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
RxViscousDampingConstant
Declaration
public Expression RxViscousDampingConstant { get; }
Property Value
RyViscousDampingConstant
Declaration
public Expression RyViscousDampingConstant { get; }
Property Value
RzViscousDampingConstant
Declaration
public Expression RzViscousDampingConstant { get; }
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
XViscousDampingConstant
Declaration
public Expression XViscousDampingConstant { get; }
Property Value
YViscousDampingConstant
Declaration
public Expression YViscousDampingConstant { get; }
Property Value
ZViscousDampingConstant
Declaration
public Expression ZViscousDampingConstant { get; }
Property Value
Methods
GetSupportedCsysTypes()
Declaration
public CsysType[] GetSupportedCsysTypes()
Returns
GetTarget(Int32)
Declaration
public NodalTarget GetTarget(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
SetTargetType(Int32, NodalTargetType)
Declaration
public void SetTargetType(int index, NodalTargetType type)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink