PmiTableSectionCollection Class

class NXOpen.Annotations.PmiTableSectionCollection

Bases: object

Represents a collection of NXOpen.Annotations.PmiTableSection objects

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

New in version NX12.0.0.

Methods

Method Description
CreatePmiTableBuilder If None create a new PMI table section, otherwise edit existing PMI table section
FindObject Finds the PMI table section with the given name.

Method Detail

CreatePmiTableBuilder

PmiTableSectionCollection.CreatePmiTableBuilder

If None create a new PMI table section, otherwise edit existing PMI table section

Signature CreatePmiTableBuilder(section)

Parameters:section (NXOpen.Annotations.PmiTableSection) – PMI table section
Returns:
Return type:NXOpen.Annotations.PmiTableBuilder

New in version NX12.0.0.

License requirements: geometric_tol (“GDT”)

FindObject

PmiTableSectionCollection.FindObject

Finds the PMI 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 PMI table section to be found
Returns:PMI table section with this identifier
Return type:NXOpen.Annotations.PmiTableSection

New in version NX12.0.0.

License requirements: None.