NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Mechatronics::FunctionObjectCollection Class Reference

Represents a Mechatronics::FunctionObjectCollection
To obtain an instance of this class, refer to Mechatronics::MechatronicsManager
More...

Inheritance diagram for NXOpen::Mechatronics::FunctionObjectCollection:
NXOpen::TaggedObjectCollection

List of all members.

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
NXOpen::Mechatronics::AddComponentBuilderCreateAddComponentBuilder ()
 Creates a Mechatronics::AddComponentBuilder.
NXOpen::Mechatronics::FunctionObjectBuilderCreateFunctionObjectBuilder (NXOpen::Mechatronics::FunctionObject *object)
 Create builder for FunctionObject class.
void DeleteFunction (NXOpen::Mechatronics::FunctionObject *functionObject)
 Dlete a Mechatronics::FunctionObject object
Created in NX7.5.0.
iterator end ()
 Returns an iterator addressing one past the last element.
NXOpen::Mechatronics::FunctionObjectFindObject (const NXString &name)
 Finds the Mechatronics::FunctionObject object with the given name.
void RenameFunction (const NXString &newName, NXOpen::Mechatronics::FunctionObject *functionObject)
 Rename a Mechatronics::FunctionObject object
Created in NX7.5.0.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a Mechatronics::FunctionObjectCollection
To obtain an instance of this class, refer to Mechatronics::MechatronicsManager


Member Function Documentation

Returns an iterator addressing the first element.

Creates a Mechatronics::AddComponentBuilder.

Returns:

Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Create builder for FunctionObject class.

Returns:
FunctionObject object
Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters:
objectMechatronics::FunctionObject to be edited, if NULL then create a new one

Dlete a Mechatronics::FunctionObject object
Created in NX7.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
functionObjectMechatronics::FunctionObject object with this name.

Returns an iterator addressing one past the last element.

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

Returns:
Mechatronics::FunctionObject object with this name.
Created in NX7.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters:
nameName of the Function object, actually it shall be handle.

Rename a Mechatronics::FunctionObject object
Created in NX7.5.0.



License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
newNameNew name of the Function object.
functionObjectMechatronics::FunctionObject object.

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.