ControlOutputCollection Class¶
-
class
NXOpen.Motion.ControlOutputCollection¶ Bases:
objectRepresents a collection of Control Output objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateControlOutputBuilder | Creates a NXOpen.Motion.ControlOutputBuilder |
| FindObject | Finds the NXOpen.Motion.ControlOutput object with the given name. |
Method Detail¶
CreateControlOutputBuilder¶
-
ControlOutputCollection.CreateControlOutputBuilder¶ Creates a
NXOpen.Motion.ControlOutputBuilderSignature
CreateControlOutputBuilder(controlOutput)Parameters: controlOutput ( NXOpen.Motion.ControlOutput) –NXOpen.Motion.ControlOutputto be editedReturns: ControlOutput object Return type: NXOpen.Motion.ControlOutputBuilderNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
ControlOutputCollection.FindObject¶ Finds the
NXOpen.Motion.ControlOutputobject 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.ControlOutput.Returns: NXOpen.Motion.ControlOutputwith this name.Return type: NXOpen.Motion.ControlOutputNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)