GraphControlCollection Class¶
-
class
NXOpen.Mechatronics.GraphControlCollection¶ Bases:
objectRepresents a collection of Graph Control.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX8.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateGraphControlBuilder | Creates a NXOpen.Mechatronics.GraphControlBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.GraphControl with the given name. |
Method Detail¶
CreateGraphControlBuilder¶
-
GraphControlCollection.CreateGraphControlBuilder¶ Creates a
NXOpen.Mechatronics.GraphControlBuilder.Signature
CreateGraphControlBuilder(graphControl)Parameters: graphControl ( NXOpen.Mechatronics.GraphControl) –NXOpen.Mechatronics.GraphControlto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.GraphControlBuilderNew in version NX8.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
GraphControlCollection.FindObject¶ Finds the
NXOpen.Mechatronics.GraphControlwith 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.GraphControl.Returns: NXOpen.Mechatronics.GraphControlwith this name.Return type: NXOpen.Mechatronics.GraphControlNew in version NX8.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)