PlantInputCollection Class

class NXOpen.Motion.PlantInputCollection

Bases: object

Represents a collection of Plant Input objects

To obtain an instance of this class, refer to NXOpen.Motion.MotionManager

New in version NX6.0.0.

Methods

Method Description
CreatePlantInputBuilder Creates a NXOpen.Motion.PlantInputBuilder
FindObject Finds the NXOpen.Motion.PlantInput with the given name.

Method Detail

CreatePlantInputBuilder

PlantInputCollection.CreatePlantInputBuilder

Creates a NXOpen.Motion.PlantInputBuilder

Signature CreatePlantInputBuilder(plantinput)

Parameters:plantinput (NXOpen.Motion.PlantInput) –
Returns:
Return type:NXOpen.Motion.PlantInputBuilder

New in version NX6.0.0.

License requirements: nx_motion_cosim (“NX Motion CoSimulation”)

FindObject

PlantInputCollection.FindObject

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

New in version NX6.0.0.

License requirements: nx_motion_cosim (“NX Motion CoSimulation”)