Class FlexBody
Inheritance
System.Object
System.MarshalByRefObject
FlexBody
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.Motion
Assembly: NXOpen.dll
Syntax
public class FlexBody : MotionObject, IMessageSink, IFitTo, INXObject, IGraphSource
Constructors
FlexBody()
Declaration
protected FlexBody()
Properties
NormalModeCount
Declaration
public int NormalModeCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Activate(Boolean)
Declaration
public void Activate(bool activate)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | activate |
GetNormalModeById(Int32)
Declaration
public NormalModeProperty GetNormalModeById(int modeId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | modeId |
Returns
Type | Description |
---|---|
NormalModeProperty |
GetNormalModes()
Declaration
public NormalModeProperty[] GetNormalModes()
Returns
Type | Description |
---|---|
NormalModeProperty[] |
GetPhysicalDampingSettings()
Declaration
public FlexPhysicalDampingSettings GetPhysicalDampingSettings()
Returns
Type | Description |
---|---|
FlexPhysicalDampingSettings |
SetDampingFactors(Double, Double)
Declaration
public void SetDampingFactors(double viscousDamping, double hystereticDamping)
Parameters
Type | Name | Description |
---|---|---|
System.Double | viscousDamping | |
System.Double | hystereticDamping |
Implements
System.Runtime.Remoting.Messaging.IMessageSink