Class SpeedControlBuilder
Inheritance
System.Object
System.MarshalByRefObject
SpeedControlBuilder
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)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class SpeedControlBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
SpeedControlBuilder()
Declaration
protected SpeedControlBuilder()
Properties
AxisJoint
Declaration
public SelectPhysicsJoint AxisJoint { get; }
Property Value
Type | Description |
---|---|
SelectPhysicsJoint |
AxisType
Declaration
public SpeedControlBuilder.AxisJointType AxisType { get; set; }
Property Value
Type | Description |
---|---|
SpeedControlBuilder.AxisJointType |
DirectionType
Declaration
public SpeedPositionControlDirectiontype DirectionType { get; set; }
Property Value
Type | Description |
---|---|
SpeedPositionControlDirectiontype |
EnableLimitForce
Declaration
public bool EnableLimitForce { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ForwardForce
Declaration
public Expression ForwardForce { get; }
Property Value
Type | Description |
---|---|
Expression |
LimitJerk
Declaration
public bool LimitJerk { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxAcceleration
Declaration
public Expression MaxAcceleration { get; }
Property Value
Type | Description |
---|---|
Expression |
MaxJerk
Declaration
public Expression MaxJerk { get; }
Property Value
Type | Description |
---|---|
Expression |
ReverseForce
Declaration
public Expression ReverseForce { get; }
Property Value
Type | Description |
---|---|
Expression |
Signal
Declaration
public SelectNXObject Signal { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Speed
Declaration
public Expression Speed { get; }
Property Value
Type | Description |
---|---|
Expression |
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