Class AxisJoint
Inheritance
System.Object
AxisJoint
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)
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class AxisJoint : Joint
Constructors
AxisJoint(IntPtr)
Declaration
protected AxisJoint(IntPtr pItem)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | pItem |
Properties
Axis
Declaration
public virtual Vector3 Axis { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Methods
GetAngularAcceleration()
Declaration
public double GetAngularAcceleration()
Returns
| Type | Description |
|---|---|
| System.Double |
GetLinearAcceleration()
Declaration
public double GetLinearAcceleration()
Returns
| Type | Description |
|---|---|
| System.Double |