Class PneumaticCylinder
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)
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class PneumaticCylinder : RuntimeObject
Constructors
PneumaticCylinder(IntPtr)
Declaration
protected PneumaticCylinder(IntPtr pItem)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | pItem |
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Axis
Declaration
public AxisJoint Axis { get; set; }
Property Value
Type | Description |
---|---|
AxisJoint |
PressureA
Declaration
public double PressureA { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PressureB
Declaration
public double PressureB { get; set; }
Property Value
Type | Description |
---|---|
System.Double |