GanttLinkerCollection Class¶
-
class
NXOpen.Mechatronics.GanttLinkerCollection¶ Bases:
objectRepresents a
NXOpen.Mechatronics.GanttCollectionTo obtain an instance of this class, refer to
NXOpen.PartNew 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.GanttLinkerBuilderSignature
CreateGanttLinkerBuilder(other)Parameters: other ( NXOpen.Mechatronics.GanttLinker) –Returns: Return type: NXOpen.Mechatronics.GanttLinkerBuilderNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
GanttLinkerCollection.FindObject¶ Finds the
NXOpen.Mechatronics.GanttLinkerwith 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.GanttLinkerwith this name.Return type: NXOpen.Mechatronics.GanttLinkerNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)