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

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

Created in NX9.0.0. More...

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

Detailed Description

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

Created in NX9.0.0.


Member Function Documentation

iterator NXOpen::Mechatronics::ElectricalPartCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Mechatronics::ElectricalPartBuilder* NXOpen::Mechatronics::ElectricalPartCollection::CreateElectricalPartBuilder ( NXOpen::Mechatronics::ElectricalPart object)

Create builder for ElectricalPart class.

Returns
NXOpen::Mechatronics::ElectricalPart object
Created in NX9.0.0.

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

Returns an iterator addressing one past the last element.

NXOpen::Mechatronics::ElectricalPart* NXOpen::Mechatronics::ElectricalPartCollection::FindObject ( const NXString name)

Finds the NXOpen::Mechatronics::ElectricalPart object with the given name.

Returns
NXOpen::Mechatronics::ElectricalPart object with this name.
Created in NX9.0.0.

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

Finds the NXOpen::Mechatronics::ElectricalPart object with the given name.

Returns
NXOpen::Mechatronics::ElectricalPart object with this name.
Created in NX9.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameName of the object, actually it shall be handle.
tag_t NXOpen::Mechatronics::ElectricalPartCollection::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.