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

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

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::Mechatronics::LogicObjectCollection:
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.
 
NXOpen::Mechatronics::LogicObjectBuilderCreateLogicObjectBuilder (NXOpen::Mechatronics::LogicObject *object)
 Create builder for LogicObject class.
 
iterator end ()
 Returns an iterator addressing one past the last element.
 
NXOpen::Mechatronics::LogicObjectFindObject (const NXString &name)
 Finds the Mechatronics::LogicObject object with the given name.
 
NXOpen::Mechatronics::LogicObjectFindObject (const char *name)
 Finds the Mechatronics::LogicObject object with the given name.
 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

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

Created in NX8.5.0.


Member Function Documentation

iterator NXOpen::Mechatronics::LogicObjectCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Mechatronics::LogicObjectBuilder* NXOpen::Mechatronics::LogicObjectCollection::CreateLogicObjectBuilder ( NXOpen::Mechatronics::LogicObject object)

Create builder for LogicObject class.

Returns
LogicObject object
Created in NX8.5.0.

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

Returns an iterator addressing one past the last element.

NXOpen::Mechatronics::LogicObject* NXOpen::Mechatronics::LogicObjectCollection::FindObject ( const NXString name)

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

Returns
Mechatronics::LogicObject object with this name.
Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameName of the Logic object, actually it shall be handle.
NXOpen::Mechatronics::LogicObject* NXOpen::Mechatronics::LogicObjectCollection::FindObject ( const char *  name)

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

Returns
Mechatronics::LogicObject object with this name.
Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameName of the Logic object, actually it shall be handle.
tag_t NXOpen::Mechatronics::LogicObjectCollection::Tag ( ) const

Returns the tag of this object.


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