Class RigidBody
Inheritance
System.Object
RigidBody
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.Utilities.dll
Syntax
public class RigidBody : RuntimeObject
Constructors
RigidBody(IntPtr)
Declaration
protected RigidBody(IntPtr pItem)
Parameters
Type |
Name |
Description |
System.IntPtr |
pItem |
|
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
AngularVelocity
Declaration
public Vector3 AngularVelocity { get; set; }
Property Value
LinearVelocity
Declaration
public Vector3 LinearVelocity { get; set; }
Property Value
Orientation
Declaration
public Matrix3 Orientation { get; set; }
Property Value
Parts
Declaration
public ShapeBody[] Parts { get; }
Property Value
Position
Declaration
public Vector3 Position { get; set; }
Property Value
Methods
ActivateAll(Boolean)
Declaration
public void ActivateAll(bool bActive)
Parameters
Type |
Name |
Description |
System.Boolean |
bActive |
|
ApplyForce(Vector3)
Declaration
public void ApplyForce(Vector3 force)
Parameters
Type |
Name |
Description |
Vector3 |
force |
|
ApplyTorque(Vector3)
Declaration
public void ApplyTorque(Vector3 torque)
Parameters
Type |
Name |
Description |
Vector3 |
torque |
|
Copy()
Declaration
Returns