HydraulicValveCollection Class

class NXOpen.Mechatronics.HydraulicValveCollection

Bases: object

Represents a collection of Hydraulic Valve.

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

New in version NX11.0.0.

Methods

Method Description
CreateHydraulicValveBuilder Creates a NXOpen.Mechatronics.HydraulicValveBuilder.
FindObject Finds the NXOpen.Mechatronics.HydraulicValve with the given name. An exception will be thrown if no object can be found with given name.

Method Detail

CreateHydraulicValveBuilder

HydraulicValveCollection.CreateHydraulicValveBuilder

Creates a NXOpen.Mechatronics.HydraulicValveBuilder.

Signature CreateHydraulicValveBuilder(hydraulicValve)

Parameters:hydraulicValve (NXOpen.Mechatronics.HydraulicValve) – NXOpen.Mechatronics.HydraulicValve to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.HydraulicValveBuilder

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

HydraulicValveCollection.FindObject

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

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)