ProxyObjectCollection Class

class NXOpen.Mechatronics.ProxyObjectCollection

Bases: object

Represents a collection of Proxy Object.

To obtain an instance of this class, refer to NXOpen.Part

New in version NX8.5.0.

Method Detail

CreateProxyObjectBuilder

ProxyObjectCollection.CreateProxyObjectBuilder

Creates a NXOpen.Mechatronics.ProxyObjectBuilder.

Signature CreateProxyObjectBuilder(proxyObject)

Parameters:proxyObject (NXOpen.Mechatronics.ProxyObject) – NXOpen.Mechatronics.ProxyObject to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.ProxyObjectBuilder

New in version NX8.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

CreateProxyObjectParameterBuilder

ProxyObjectCollection.CreateProxyObjectParameterBuilder

Creates a NXOpen.Mechatronics.ProxyObjectParameterBuilder

Signature CreateProxyObjectParameterBuilder()

Returns:
Return type:NXOpen.Mechatronics.ProxyObjectParameterBuilder

New in version NX8.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

ProxyObjectCollection.FindObject

Finds the NXOpen.Mechatronics.ProxyObject with 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.ProxyObject with this name.
Return type:NXOpen.Mechatronics.ProxyObject

New in version NX8.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)