Class Joint
Inheritance
System.Object
Joint
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 Joint : RuntimeObject
Constructors
Joint(IntPtr)
Declaration
protected Joint(IntPtr pItem)
Parameters
Type |
Name |
Description |
System.IntPtr |
pItem |
|
Properties
Attach
Declaration
public virtual RigidBody Attach { get; set; }
Property Value
Base
Declaration
public virtual RigidBody Base { get; set; }
Property Value
Methods
GetForce()
Declaration
public Vector3 GetForce()
Returns
GetForce(Double)
Declaration
[Obsolete("Deprecated in NX9.0.1. Use the un-deprecated method with the same method name.")]
public Vector3 GetForce(double stepSize)
Parameters
Type |
Name |
Description |
System.Double |
stepSize |
|
Returns
GetTorque()
Declaration
public Vector3 GetTorque()
Returns
GetTorque(Double)
Declaration
[Obsolete("Deprecated in NX9.0.1. Use the un-deprecated method with the same method name.")]
public Vector3 GetTorque(double stepSize)
Parameters
Type |
Name |
Description |
System.Double |
stepSize |
|
Returns