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