HydraulicCylinderCollection Class

class NXOpen.Mechatronics.HydraulicCylinderCollection

Bases: object

Represents a collection of Hydraulic Cylinder.

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

New in version NX11.0.0.

Methods

Method Description
CreateHydraulicCylinderBuilder Creates a NXOpen.Mechatronics.HydraulicCylinderBuilder.
FindObject Finds the NXOpen.Mechatronics.HydraulicCylinder with the given name. An exception will be thrown if no object can be found with given name.

Method Detail

CreateHydraulicCylinderBuilder

HydraulicCylinderCollection.CreateHydraulicCylinderBuilder

Creates a NXOpen.Mechatronics.HydraulicCylinderBuilder.

Signature CreateHydraulicCylinderBuilder(hydraulicCylinder)

Parameters:hydraulicCylinder (NXOpen.Mechatronics.HydraulicCylinder) – NXOpen.Mechatronics.HydraulicCylinder to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.HydraulicCylinderBuilder

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

HydraulicCylinderCollection.FindObject

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

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)