PmiTableSectionCollection Class¶
-
class
NXOpen.Annotations.PmiTableSectionCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.PmiTableSectionobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew 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 sectionReturns: Return type: NXOpen.Annotations.PmiTableBuilderNew 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.PmiTableSectionNew in version NX12.0.0.
License requirements: None.