Class PositionControlBuilder
Inheritance
System.Object
System.MarshalByRefObject
PositionControlBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class PositionControlBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
PositionControlBuilder()
Declaration
protected PositionControlBuilder()
Properties
AngularPath
Declaration
public PositionControlBuilder.AngularPathOptions AngularPath { get; set; }
Property Value
AxisJoint
Declaration
public SelectPhysicsJoint AxisJoint { get; }
Property Value
AxisType
Declaration
public PositionControlBuilder.Axis AxisType { get; set; }
Property Value
Destination
Declaration
public Expression Destination { get; }
Property Value
DirectionType
Declaration
public SpeedPositionControlDirectiontype DirectionType { get; set; }
Property Value
EnableLimitForce
Declaration
public bool EnableLimitForce { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ForwardForce
Declaration
public Expression ForwardForce { get; }
Property Value
LimitJerk
Declaration
public bool LimitJerk { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxAcceleration
Declaration
public Expression MaxAcceleration { get; }
Property Value
MaxDeceleration
Declaration
public Expression MaxDeceleration { get; }
Property Value
MaxJerk
Declaration
public Expression MaxJerk { get; }
Property Value
ReverseForce
Declaration
public Expression ReverseForce { get; }
Property Value
Signal
Declaration
public SelectNXObject Signal { get; }
Property Value
Speed
Declaration
public Expression Speed { get; }
Property Value
UseAcceleration
Declaration
public bool UseAcceleration { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
SetAxisJoint(NXObject)
Declaration
public void SetAxisJoint(NXObject axisJoint)
Parameters
Type |
Name |
Description |
NXObject |
axisJoint |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink