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

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

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::CAE::FunctionCollection:
NXOpen::TaggedObjectCollection

Classes

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

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::CAE::FunctionCopy (NXOpen::CAE::Function *sourceFunction, const NXString &destinationFunctionName)
 Copies a NXOpen::CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation. More...
 
NXOpen::CAE::FunctionCopy (NXOpen::CAE::Function *sourceFunction, const char *destinationFunctionName)
 Copies a NXOpen::CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation. More...
 
NXOpen::CAE::FunctionBuilderCreateFunctionBuilder (NXOpen::CAE::Function *function)
 Return NXOpen::CAE::FunctionBuilder object. More...
 
void Delete (NXOpen::CAE::Function *deleteFunction)
 Delete a NXOpen::CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::FunctionFindObject (const NXString &name)
 Finds the NXOpen::CAE::Function with the given name. More...
 
NXOpen::CAE::FunctionFindObject (const char *name)
 Finds the NXOpen::CAE::Function with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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

Created in NX5.0.0.


Member Function Documentation

iterator NXOpen::CAE::FunctionCollection::begin ( )

Returns an iterator addressing the first element.

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

Copies a NXOpen::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.
NXOpen::CAE::Function* NXOpen::CAE::FunctionCollection::Copy ( NXOpen::CAE::Function sourceFunction,
const char *  destinationFunctionName 
)

Copies a NXOpen::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.
NXOpen::CAE::FunctionBuilder* NXOpen::CAE::FunctionCollection::CreateFunctionBuilder ( NXOpen::CAE::Function function)

Return NXOpen::CAE::FunctionBuilder object.

Returns

Created in NX5.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters
functionfunction
void NXOpen::CAE::FunctionCollection::Delete ( NXOpen::CAE::Function deleteFunction)

Delete a NXOpen::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
iterator NXOpen::CAE::FunctionCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::Function* NXOpen::CAE::FunctionCollection::FindObject ( const NXString name)

Finds the NXOpen::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
NXOpen::CAE::Function* NXOpen::CAE::FunctionCollection::FindObject ( const char *  name)

Finds the NXOpen::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
tag_t NXOpen::CAE::FunctionCollection::Tag ( ) const

Returns the tag of this object.


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