RuntimeNCCollection Class¶
-
class
NXOpen.Mechatronics.RuntimeNCCollection¶ Bases:
objectRepresents a collection of Runtime NC.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX9.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateRuntimeNcBuilder | Creates a NXOpen.Mechatronics.RuntimeNCBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.RuntimeNCObject with the given name. |
Method Detail¶
CreateRuntimeNcBuilder¶
-
RuntimeNCCollection.CreateRuntimeNcBuilder¶ Creates a
NXOpen.Mechatronics.RuntimeNCBuilder.Signature
CreateRuntimeNcBuilder(runtimeNCObject)Parameters: runtimeNCObject ( NXOpen.Mechatronics.RuntimeNCObject) –NXOpen.Mechatronics.RuntimeNCObjectto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.RuntimeNCBuilderNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
RuntimeNCCollection.FindObject¶ Finds the
NXOpen.Mechatronics.RuntimeNCObjectwith 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.Mechatronics.RuntimeNCObject.Returns: NXOpen.Mechatronics.RuntimeNCObjectwith this name.Return type: NXOpen.Mechatronics.RuntimeNCObjectNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)