Class AxisJointLimit
Inheritance
AxisJointLimit
Assembly: NXOpen.Utilities.dll
Syntax
public class AxisJointLimit : ControlBase
Constructors
AxisJointLimit(nint)
Declaration
protected AxisJointLimit(nint pItem)
Parameters
Type |
Name |
Description |
nint |
pItem |
|
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Overrides
Axis
Declaration
public AxisJoint Axis { get; }
Property Value
LowerLimit
Declaration
public double LowerLimit { get; }
Property Value
UpperLimit
Declaration
public double UpperLimit { get; }
Property Value