FunctionObjectCollection Class¶
-
class
NXOpen.Mechatronics.FunctionObjectCollection¶ Bases:
objectRepresents a
NXOpen.Mechatronics.FunctionObjectCollectionTo obtain an instance of this class, refer to
NXOpen.Mechatronics.MechatronicsManagerNew 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.AddComponentBuilderSignature
CreateAddComponentBuilder()Returns: Return type: NXOpen.Mechatronics.AddComponentBuilderNew 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.FunctionObjectto be edited, if None then create a new oneReturns: NXOpen.Mechatronics.FunctionObjectBuilderobjectReturn type: NXOpen.Mechatronics.FunctionObjectBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
DeleteFunction¶
-
FunctionObjectCollection.DeleteFunction¶ Dlete a
NXOpen.Mechatronics.FunctionObjectobjectSignature
DeleteFunction(functionObject)Parameters: functionObject ( NXOpen.Mechatronics.FunctionObject) –NXOpen.Mechatronics.FunctionObjectobject with this name.New in version NX7.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
FunctionObjectCollection.FindObject¶ Finds the
NXOpen.Mechatronics.FunctionObjectobject with the given name.Signature
FindObject(name)Parameters: name (str) – Name of the Function object, actually it shall be handle. Returns: NXOpen.Mechatronics.FunctionObjectobject with this name.Return type: NXOpen.Mechatronics.FunctionObjectNew in version NX7.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
RenameFunction¶
-
FunctionObjectCollection.RenameFunction¶ Rename a
NXOpen.Mechatronics.FunctionObjectobjectSignature
RenameFunction(newName, functionObject)Parameters: - newName (str) – New name of the Function object.
- functionObject (
NXOpen.Mechatronics.FunctionObject) –NXOpen.Mechatronics.FunctionObjectobject.
New in version NX7.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)