GanttLinkerCollection Class

class NXOpen.Mechatronics.GanttLinkerCollection

Bases: object

Represents a NXOpen.Mechatronics.GanttCollection

To obtain an instance of this class, refer to NXOpen.Part

New in version NX10.0.0.

Methods

Method Description
CreateGanttLinkerBuilder Creates a NXOpen.Mechatronics.GanttLinkerBuilder
FindObject Finds the NXOpen.Mechatronics.GanttLinker with the given name.

Method Detail

CreateGanttLinkerBuilder

GanttLinkerCollection.CreateGanttLinkerBuilder

Creates a NXOpen.Mechatronics.GanttLinkerBuilder

Signature CreateGanttLinkerBuilder(other)

Parameters:other (NXOpen.Mechatronics.GanttLinker) –
Returns:
Return type:NXOpen.Mechatronics.GanttLinkerBuilder

New in version NX10.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

GanttLinkerCollection.FindObject

Finds the NXOpen.Mechatronics.GanttLinker with the given name.

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

Signature FindObject(name)

Parameters:name (str) – The name of the NXOpen.Mechatronics.GanttLinker.
Returns:NXOpen.Mechatronics.GanttLinker with this name.
Return type:NXOpen.Mechatronics.GanttLinker

New in version NX10.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)