BendTableCollection Class¶
-
class
NXOpen.Annotations.BendTableCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.BendTableobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX9.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateBendTableBuilder | If None create a new bend table, otherwise edit existing bend table |
| FindObject | Finds the bend table with the given name. |
Method Detail¶
CreateBendTableBuilder¶
-
BendTableCollection.CreateBendTableBuilder¶ If None create a new bend table, otherwise edit existing bend table
Signature
CreateBendTableBuilder(bendTable)Parameters: bendTable ( NXOpen.Annotations.BendTable) – bend tableReturns: Return type: NXOpen.Annotations.BendTableBuilderNew in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
FindObject¶
-
BendTableCollection.FindObject¶ Finds the bend 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 bend table to be found Returns: bend table with this identifier Return type: NXOpen.Annotations.BendTableNew in version NX9.0.0.
License requirements: None.