PneumaticCylinderCollection Class¶
-
class
NXOpen.Mechatronics.PneumaticCylinderCollection¶ Bases:
objectRepresents a collection of Pneumatic Cylinder.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePneumaticCylinderBuilder | Creates a NXOpen.Mechatronics.PneumaticCylinderBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.PneumaticCylinder with the given name. An exception will be thrown if no object can be found with given name. |
Method Detail¶
CreatePneumaticCylinderBuilder¶
-
PneumaticCylinderCollection.CreatePneumaticCylinderBuilder¶ Creates a
NXOpen.Mechatronics.PneumaticCylinderBuilder.Signature
CreatePneumaticCylinderBuilder(pneumaticCylinder)Parameters: pneumaticCylinder ( NXOpen.Mechatronics.PneumaticCylinder) –NXOpen.Mechatronics.PneumaticCylinderto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.PneumaticCylinderBuilderNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
PneumaticCylinderCollection.FindObject¶ Finds the
NXOpen.Mechatronics.PneumaticCylinderwith the given name. An exception will be thrown if no object can be found with given name.Signature
FindObject(name)Parameters: name (str) – The name of the NXOpen.Mechatronics.PneumaticCylinder.Returns: NXOpen.Mechatronics.PneumaticCylinderwith this name.Return type: NXOpen.Mechatronics.PneumaticCylinderNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)