HoleTableCollection Class¶
-
class
NXOpen.Annotations.HoleTableCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.HoleTableobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX9.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateHoleTableBuilder | If None create a new hole table, otherwise edit existing new hole table |
| FindObject | Finds the hole table with the given name. |
Method Detail¶
CreateHoleTableBuilder¶
-
HoleTableCollection.CreateHoleTableBuilder¶ If None create a new hole table, otherwise edit existing new hole table
Signature
CreateHoleTableBuilder(holeTable)Parameters: holeTable ( NXOpen.Annotations.Table) – hole tableReturns: Return type: NXOpen.Annotations.HoleTableBuilderNew in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
FindObject¶
-
HoleTableCollection.FindObject¶ Finds the hole table with the given name.
An exception will be thrown if no object can be found with given name
Signature
FindObject(journalIdentifier)Parameters: journalIdentifier (str) – Identifier of the hole table to be found Returns: hole table with this identifier Return type: NXOpen.Annotations.HoleTableNew in version NX9.0.0.
License requirements: None.