TableSectionCollection Class

class NXOpen.Annotations.TableSectionCollection

Bases: object

Represents a collection of NXOpen.Annotations.TableSection objects

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

New 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 section
Returns:
Return type:NXOpen.Annotations.TableSectionBuilder

New 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.TableSection

New in version NX8.0.0.

License requirements: None.