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

Represents a NXOpen::Mechatronics::GanttCollection
To obtain an instance of this class, refer to NXOpen::Part

Created in NX7.5.1. More...

Inheritance diagram for NXOpen::Mechatronics::GanttCollection:
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::GanttExportPLCopenBuilderCreateGanttExportPlcopenBuilder (NXOpen::Mechatronics::GanttOperationObject *object)
 Creates a NXOpen::Mechatronics::GanttExportPLCopenBuilder. More...
 
NXOpen::Mechatronics::GanttOperationBuilderCreateGanttOperationBuilder (NXOpen::Mechatronics::GanttOperationObject *object)
 Creates a NXOpen::Mechatronics::GanttOperationBuilder. More...
 
NXOpen::Mechatronics::GanttOperationConditionBuilderCreateGanttOperationConditionBuilder ()
 Creates a NXOpen::Mechatronics::GanttOperationConditionBuilder. More...
 
NXOpen::Mechatronics::GanttOperationParameterBuilderCreateGanttOperationParameterBuilder ()
 Creates a NXOpen::Mechatronics::GanttOperationParameterBuilder. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Mechatronics::GanttOperationObjectFindObject (const NXString &name)
 Finds the NXOpen::Mechatronics::GanttOperationObject with the given name. More...
 
NXOpen::Mechatronics::GanttOperationObjectFindObject (const char *name)
 Finds the NXOpen::Mechatronics::GanttOperationObject with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Mechatronics::GanttCollection
To obtain an instance of this class, refer to NXOpen::Part

Created in NX7.5.1.


Member Function Documentation

iterator NXOpen::Mechatronics::GanttCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Mechatronics::GanttExportPLCopenBuilder* NXOpen::Mechatronics::GanttCollection::CreateGanttExportPlcopenBuilder ( NXOpen::Mechatronics::GanttOperationObject object)

Creates a NXOpen::Mechatronics::GanttExportPLCopenBuilder.

Returns

Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
objectobject
NXOpen::Mechatronics::GanttOperationBuilder* NXOpen::Mechatronics::GanttCollection::CreateGanttOperationBuilder ( NXOpen::Mechatronics::GanttOperationObject object)

Creates a NXOpen::Mechatronics::GanttOperationBuilder.

Returns

Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
objectobject
NXOpen::Mechatronics::GanttOperationConditionBuilder* NXOpen::Mechatronics::GanttCollection::CreateGanttOperationConditionBuilder ( )

Creates a NXOpen::Mechatronics::GanttOperationConditionBuilder.

Returns

Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::GanttOperationParameterBuilder* NXOpen::Mechatronics::GanttCollection::CreateGanttOperationParameterBuilder ( )

Creates a NXOpen::Mechatronics::GanttOperationParameterBuilder.

Returns

Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
iterator NXOpen::Mechatronics::GanttCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Mechatronics::GanttOperationObject* NXOpen::Mechatronics::GanttCollection::FindObject ( const NXString name)

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

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Mechatronics::GanttOperationObject with this name.
Created in NX7.5.1.

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

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

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Mechatronics::GanttOperationObject with this name.
Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameThe name of the NXOpen::Mechatronics::GanttOperationObject .
tag_t NXOpen::Mechatronics::GanttCollection::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.