Class HingeJointBuilder
Inheritance
HingeJointBuilder
Assembly: NXOpen.dll
Syntax
public class HingeJointBuilder : PhysicsJointBuilder, IMessageSink, IComponentBuilder
Constructors
HingeJointBuilder()
Declaration
protected HingeJointBuilder()
Properties
AxisVector
Declaration
public Direction AxisVector { get; set; }
Property Value
EnableLowerLimit
Declaration
public bool EnableLowerLimit { get; set; }
Property Value
EnableUpperLimit
Declaration
public bool EnableUpperLimit { get; set; }
Property Value
LowerLimit
Declaration
public Expression LowerLimit { get; }
Property Value
Point
Declaration
public Point Point { get; set; }
Property Value
StartAngle
Declaration
public Expression StartAngle { get; }
Property Value
UpperLimit
Declaration
public Expression UpperLimit { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink