PneumaticCylinderCollection Class

class NXOpen.Mechatronics.PneumaticCylinderCollection

Bases: object

Represents a collection of Pneumatic Cylinder.

To obtain an instance of this class, refer to NXOpen.Mechatronics.PhysicsManager

New in version NX11.0.0.

Methods

Method Description
CreatePneumaticCylinderBuilder
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.PneumaticCylinder to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.PneumaticCylinderBuilder

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

PneumaticCylinderCollection.FindObject

Finds the NXOpen.Mechatronics.PneumaticCylinder with 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.PneumaticCylinder with this name.
Return type:NXOpen.Mechatronics.PneumaticCylinder

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)