Class PositionControl
Inheritance
System.Object
PositionControl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.Utilities.dll
Syntax
public class PositionControl : ControlBase
Constructors
PositionControl(IntPtr)
Declaration
protected PositionControl(IntPtr pItem)
Parameters
Type |
Name |
Description |
System.IntPtr |
pItem |
|
Properties
Acceleration
Declaration
public double Acceleration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Active
Declaration
public override bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Axis
Declaration
public AxisJoint Axis { get; set; }
Property Value
Deceleration
Declaration
public double Deceleration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Jerk
Declaration
public double Jerk { get; set; }
Property Value
Type |
Description |
System.Double |
|
LimitAcceleration
Declaration
public bool LimitAcceleration { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LimitJerk
Declaration
public bool LimitJerk { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Position
Declaration
public double Position { get; set; }
Property Value
Type |
Description |
System.Double |
|
Speed
Declaration
public double Speed { get; set; }
Property Value
Type |
Description |
System.Double |
|
Surface
Declaration
public TransportSurface Surface { get; set; }
Property Value