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

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

Detailed Description

Represents a NXOpen::Mechatronics::LogicObjectCollection
To obtain an instance of this class, refer to NXOpen::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
NXOpen::Mechatronics::LogicObjectBuilder object
Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
objectNXOpen::Mechatronics::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 NXOpen::Mechatronics::LogicObject object with the given name.

Returns
NXOpen::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 NXOpen::Mechatronics::LogicObject object with the given name.

Returns
NXOpen::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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.