NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::CAE::FunctionCollection Class Reference

Represents a collection of function objects
To obtain an instance of this class, refer to BasePart
More...

Inheritance diagram for NXOpen::CAE::FunctionCollection:
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::CAE::FunctionCopy (NXOpen::CAE::Function *sourceFunction, const NXString &destinationFunctionName)
 Copies a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation.
NXOpen::CAE::FunctionBuilderCreateFunctionBuilder (NXOpen::CAE::Function *function)
 Return CAE::FunctionBuilder object.
void Delete (NXOpen::CAE::Function *deleteFunction)
 Delete a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation.
iterator end ()
 Returns an iterator addressing one past the last element.
NXOpen::CAE::FunctionFindObject (const NXString &name)
 Finds the CAE::Function with the given name.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a collection of function objects
To obtain an instance of this class, refer to BasePart


Member Function Documentation

Returns an iterator addressing the first element.

NXOpen::CAE::Function* NXOpen::CAE::FunctionCollection::Copy ( NXOpen::CAE::Function sourceFunction,
const NXString destinationFunctionName 
)

Copies a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation.

Returns:

Created in NX5.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
sourceFunctionsource function
destinationFunctionName
NOTE: The full Unicode character set is not supported for this parameter.

Return CAE::FunctionBuilder object.

Returns:

Created in NX5.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
functionfunction

Delete a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation.


Created in NX6.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")

Parameters:
deleteFunctionthe function to be deleted

Returns an iterator addressing one past the last element.

Finds the CAE::Function with the given name.

An exception will be thrown if no object can be found with given name.

Returns:

Created in NX5.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
namename

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.