ProxyObjectCollection Class¶
-
class
NXOpen.Mechatronics.ProxyObjectCollection¶ Bases:
objectRepresents a collection of Proxy Object.
To obtain an instance of this class, refer to
NXOpen.PartNew in version NX8.5.0.
Methods¶
| Method | Description |
|---|---|
| CreateProxyObjectBuilder | Creates a NXOpen.Mechatronics.ProxyObjectBuilder. |
| CreateProxyObjectParameterBuilder | Creates a NXOpen.Mechatronics.ProxyObjectParameterBuilder |
| FindObject | Finds the NXOpen.Mechatronics.ProxyObject with the given name. |
Method Detail¶
CreateProxyObjectBuilder¶
-
ProxyObjectCollection.CreateProxyObjectBuilder¶ Creates a
NXOpen.Mechatronics.ProxyObjectBuilder.Signature
CreateProxyObjectBuilder(proxyObject)Parameters: proxyObject ( NXOpen.Mechatronics.ProxyObject) –NXOpen.Mechatronics.ProxyObjectto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.ProxyObjectBuilderNew in version NX8.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
CreateProxyObjectParameterBuilder¶
-
ProxyObjectCollection.CreateProxyObjectParameterBuilder¶ Creates a
NXOpen.Mechatronics.ProxyObjectParameterBuilderSignature
CreateProxyObjectParameterBuilder()Returns: Return type: NXOpen.Mechatronics.ProxyObjectParameterBuilderNew in version NX8.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
ProxyObjectCollection.FindObject¶ Finds the
NXOpen.Mechatronics.ProxyObjectwith 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.ProxyObject.Returns: NXOpen.Mechatronics.ProxyObjectwith this name.Return type: NXOpen.Mechatronics.ProxyObjectNew in version NX8.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)