Class CurveOnCurveJoint
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 CurveOnCurveJoint : AxisJoint
Constructors
CurveOnCurveJoint(IntPtr)
Declaration
protected CurveOnCurveJoint(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
Attach
Declaration
public override RigidBody Attach { get; set; }
Property Value
Type | Description |
---|---|
RigidBody |
Overrides
Axis
Declaration
public override Vector3 Axis { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Overrides
Point
Declaration
public Vector3 Point { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Position
Declaration
public double Position { get; }
Property Value
Type | Description |
---|---|
System.Double |
Slip
Declaration
public bool Slip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |