PlantOutputCollection Class¶
-
class
NXOpen.Motion.PlantOutputCollection¶ Bases:
objectRepresents a collection of Plant Output objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePlantOutputBuilder | Creates a NXOpen.Motion.PlantOutputBuilder |
| FindObject | Finds the NXOpen.Motion.PlantOutput with the given name. |
Method Detail¶
CreatePlantOutputBuilder¶
-
PlantOutputCollection.CreatePlantOutputBuilder¶ Creates a
NXOpen.Motion.PlantOutputBuilderSignature
CreatePlantOutputBuilder(platoutput)Parameters: platoutput ( NXOpen.Motion.PlantOutput) –Returns: Return type: NXOpen.Motion.PlantOutputBuilderNew in version NX6.0.0.
License requirements: nx_motion_cosim (“NX Motion CoSimulation”)
FindObject¶
-
PlantOutputCollection.FindObject¶ Finds the
NXOpen.Motion.PlantOutputwith 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.PlantOutput.Returns: NXOpen.Motion.PlantOutputwith this name.Return type: NXOpen.Motion.PlantOutputNew in version NX6.0.0.
License requirements: nx_motion_cosim (“NX Motion CoSimulation”)