TableSectionCollection Class¶
-
class
NXOpen.Annotations.TableSectionCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.TableSectionobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX8.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateTableSectionBuilder | If None create a new table section, otherwise edit existing new table section |
| FindObject | Finds the table section with the given name. |
Method Detail¶
CreateTableSectionBuilder¶
-
TableSectionCollection.CreateTableSectionBuilder¶ If None create a new table section, otherwise edit existing new table section
Signature
CreateTableSectionBuilder(section)Parameters: section ( NXOpen.Annotations.TableSection) – table sectionReturns: Return type: NXOpen.Annotations.TableSectionBuilderNew in version NX8.0.0.
License requirements: geometric_tol (“GDT”) OR drafting (“DRAFTING”)
FindObject¶
-
TableSectionCollection.FindObject¶ Finds the table section 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 table section to be found Returns: table section with this identifier Return type: NXOpen.Annotations.TableSectionNew in version NX8.0.0.
License requirements: None.