ControlInputCollection Class¶
-
class
NXOpen.Motion.ControlInputCollection¶ Bases:
objectRepresents a collection of Control Input objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateControlInputBuilder | Creates a NXOpen.Motion.ControlInputBuilder |
| FindObject | Finds the NXOpen.Motion.ControlInput with the given name. |
Method Detail¶
CreateControlInputBuilder¶
-
ControlInputCollection.CreateControlInputBuilder¶ Creates a
NXOpen.Motion.ControlInputBuilderSignature
CreateControlInputBuilder(controlinput)Parameters: controlinput ( NXOpen.Motion.ControlInput) –Returns: Return type: NXOpen.Motion.ControlInputBuilderNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
ControlInputCollection.FindObject¶ Finds the
NXOpen.Motion.ControlInputwith 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.ControlInput.Returns: NXOpen.Motion.ControlInputwith this name.Return type: NXOpen.Motion.ControlInputNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)