FunctionObjectCollection Class

class NXOpen.Mechatronics.FunctionObjectCollection

Bases: object

Represents a NXOpen.Mechatronics.FunctionObjectCollection

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

New in version NX7.5.1.

Methods

Method Description
CreateAddComponentBuilder Creates a NXOpen.Mechatronics.AddComponentBuilder
CreateFunctionObjectBuilder Create builder for FunctionObject class
DeleteFunction Dlete a NXOpen.Mechatronics.FunctionObject object
FindObject Finds the NXOpen.Mechatronics.FunctionObject object with the given name.
RenameFunction Rename a NXOpen.Mechatronics.FunctionObject object

Method Detail

CreateAddComponentBuilder

FunctionObjectCollection.CreateAddComponentBuilder

Creates a NXOpen.Mechatronics.AddComponentBuilder

Signature CreateAddComponentBuilder()

Returns:
Return type:NXOpen.Mechatronics.AddComponentBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

CreateFunctionObjectBuilder

FunctionObjectCollection.CreateFunctionObjectBuilder

Create builder for FunctionObject class

Signature CreateFunctionObjectBuilder(object)

Parameters:object (NXOpen.Mechatronics.FunctionObject) – NXOpen.Mechatronics.FunctionObject to be edited, if None then create a new one
Returns:NXOpen.Mechatronics.FunctionObjectBuilder object
Return type:NXOpen.Mechatronics.FunctionObjectBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

DeleteFunction

FunctionObjectCollection.DeleteFunction

Dlete a NXOpen.Mechatronics.FunctionObject object

Signature DeleteFunction(functionObject)

Parameters:functionObject (NXOpen.Mechatronics.FunctionObject) – NXOpen.Mechatronics.FunctionObject object with this name.

New in version NX7.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

FunctionObjectCollection.FindObject

Finds the NXOpen.Mechatronics.FunctionObject object with the given name.

Signature FindObject(name)

Parameters:name (str) – Name of the Function object, actually it shall be handle.
Returns:NXOpen.Mechatronics.FunctionObject object with this name.
Return type:NXOpen.Mechatronics.FunctionObject

New in version NX7.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

RenameFunction

FunctionObjectCollection.RenameFunction

Rename a NXOpen.Mechatronics.FunctionObject object

Signature RenameFunction(newName, functionObject)

Parameters:

New in version NX7.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)