PlantInputCollection Class¶
-
class
NXOpen.Motion.PlantInputCollection¶ Bases:
objectRepresents a collection of Plant Input objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew 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.PlantInputBuilderSignature
CreatePlantInputBuilder(plantinput)Parameters: plantinput ( NXOpen.Motion.PlantInput) –Returns: Return type: NXOpen.Motion.PlantInputBuilderNew in version NX6.0.0.
License requirements: nx_motion_cosim (“NX Motion CoSimulation”)
FindObject¶
-
PlantInputCollection.FindObject¶ Finds the
NXOpen.Motion.PlantInputwith 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.PlantInputwith this name.Return type: NXOpen.Motion.PlantInputNew in version NX6.0.0.
License requirements: nx_motion_cosim (“NX Motion CoSimulation”)