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

Represents a collection of ExpressionBlockObject. More...

Inheritance diagram for NXOpen::Mechatronics::ExpressionBlockCollection:
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::Mechatronics::ExpressionBlockBuilderCreateExpressionBlockBuilder (NXOpen::Mechatronics::ExpressionBlockObject *expressionBlockObject)
 Creates a NXOpen::Mechatronics::ExpressionBlockBuilder . More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Mechatronics::ExpressionBlockObjectFindObject (const NXString &name)
 Finds the NXOpen::Mechatronics::ExpressionBlockObject with the given name. More...
 
NXOpen::Mechatronics::ExpressionBlockObjectFindObject (const char *name)
 Finds the NXOpen::Mechatronics::ExpressionBlockObject with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of ExpressionBlockObject.


To obtain an instance of this class, refer to NXOpen::Mechatronics::PhysicsManager

Created in NX11.0.0.

Member Function Documentation

iterator NXOpen::Mechatronics::ExpressionBlockCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Mechatronics::ExpressionBlockBuilder* NXOpen::Mechatronics::ExpressionBlockCollection::CreateExpressionBlockBuilder ( NXOpen::Mechatronics::ExpressionBlockObject expressionBlockObject)

Creates a NXOpen::Mechatronics::ExpressionBlockBuilder .

Returns

Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
expressionBlockObjectNXOpen::Mechatronics::ExpressionBlockObject to be edited, if NULL then create a new one
iterator NXOpen::Mechatronics::ExpressionBlockCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Mechatronics::ExpressionBlockObject* NXOpen::Mechatronics::ExpressionBlockCollection::FindObject ( const NXString name)

Finds the NXOpen::Mechatronics::ExpressionBlockObject with the given name.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Mechatronics::ExpressionBlockObject with this name.
Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameThe name of the NXOpen::Mechatronics::ExpressionBlockObject .
NXOpen::Mechatronics::ExpressionBlockObject* NXOpen::Mechatronics::ExpressionBlockCollection::FindObject ( const char *  name)

Finds the NXOpen::Mechatronics::ExpressionBlockObject with the given name.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Mechatronics::ExpressionBlockObject with this name.
Created in NX11.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameThe name of the NXOpen::Mechatronics::ExpressionBlockObject .
tag_t NXOpen::Mechatronics::ExpressionBlockCollection::Tag ( ) const

Returns the tag of this object.


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