TitleBlockCollection Class¶
-
class
NXOpen.Diagramming.TitleBlockCollection¶ Bases:
objectRepresents a collection of Title Block.
To obtain an instance of this class, refer to
NXOpen.Diagramming.DiagrammingManagerNew in version NX11.0.1.
Methods¶
| Method | Description |
|---|---|
| CreateDefineTitleBlockBuilder | Creates a NXOpen.Diagramming.DefineTitleBlockBuilder. |
| CreatePopulateTitleBlockBuilder | Creates a NXOpen.Diagramming.PopulateTitleBlockBuilder. |
| FindObject | Finds the NXOpen.Diagramming.TitleBlock with the given identifier as recorded in a journal. |
Method Detail¶
CreateDefineTitleBlockBuilder¶
-
TitleBlockCollection.CreateDefineTitleBlockBuilder¶ Creates a
NXOpen.Diagramming.DefineTitleBlockBuilder.Signature
CreateDefineTitleBlockBuilder(titleBlock)Parameters: titleBlock ( NXOpen.Diagramming.TitleBlock) –NXOpen.Diagramming.TitleBlockto be edited, if None then create a new oneReturns: Return type: NXOpen.Diagramming.DefineTitleBlockBuilderNew in version NX11.0.1.
License requirements: None.
CreatePopulateTitleBlockBuilder¶
-
TitleBlockCollection.CreatePopulateTitleBlockBuilder¶ Creates a
NXOpen.Diagramming.PopulateTitleBlockBuilder.Signature
CreatePopulateTitleBlockBuilder(titleBlocks)Parameters: titleBlocks (list of NXOpen.Diagramming.TitleBlock) –Returns: Return type: NXOpen.Diagramming.PopulateTitleBlockBuilderNew in version NX11.0.1.
License requirements: None.
FindObject¶
-
TitleBlockCollection.FindObject¶ Finds the
NXOpen.Diagramming.TitleBlockwith the given identifier as recorded in a journal.An exception will be thrown if no object can be found with given name.
Signature
FindObject(journalIdentifier)Parameters: journalIdentifier (str) – Identifier to be found Returns: NXOpen.Diagramming.TitleBlockwith this name.Return type: NXOpen.Diagramming.TitleBlockNew in version NX11.0.1.
License requirements: None.