RuntimeBehaviorCollection Class¶
-
class
NXOpen.Mechatronics.RuntimeBehaviorCollection¶ Bases:
objectRepresents a collection of Runtime Behavior.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateRuntimeBehaviorBuilder | Creates a NXOpen.Mechatronics.RuntimeBehaviorBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.RuntimeBehavior with the given name. |
Method Detail¶
CreateRuntimeBehaviorBuilder¶
-
RuntimeBehaviorCollection.CreateRuntimeBehaviorBuilder¶ Creates a
NXOpen.Mechatronics.RuntimeBehaviorBuilder.Signature
CreateRuntimeBehaviorBuilder(codeObj)Parameters: codeObj ( NXOpen.Mechatronics.RuntimeBehavior) –NXOpen.Mechatronics.RuntimeBehaviorto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.RuntimeBehaviorBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
RuntimeBehaviorCollection.FindObject¶ Finds the
NXOpen.Mechatronics.RuntimeBehaviorwith 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.RuntimeBehavior.Returns: NXOpen.Mechatronics.RuntimeBehaviorwith this name.Return type: NXOpen.Mechatronics.RuntimeBehaviorNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)