Class SpeedControlBuilder
Inheritance
System.Object
System.MarshalByRefObject
SpeedControlBuilder
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 SpeedControlBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
SpeedControlBuilder()
Declaration
protected SpeedControlBuilder()
Properties
AxisJoint
Declaration
public SelectPhysicsJoint AxisJoint { get; }
Property Value
AxisType
Declaration
public SpeedControlBuilder.AxisJointType AxisType { get; set; }
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
MaxJerk
Declaration
public Expression MaxJerk { get; }
Property Value
ParameterType
Declaration
public SpeedPositionControlBuilderTargetparameter ParameterType { get; set; }
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 |
|
SetTarget(Expression)
Declaration
public void SetTarget(Expression targetExp)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink