DraftingApplicationManager Class¶
-
class
NXOpen.Drafting.DraftingApplicationManager¶ Bases:
objectRepresents an object that manages drafting objects and member views.
To obtain an instance of this class, refer to
NXOpen.PartNew in version NX7.5.0.
“TitleBlocks”, “Returns the TitleBlockCollection belonging to this part “
Methods¶
| Method | Description |
|---|---|
| CreateCutCopyPasteBuilder | Creates the CutCopyPaste builder |
| CreateMoveToDrawingViewBuilder | Creates a NXOpen.Drafting.MoveToDrawingViewBuilder |
| CreateSmashDrawingViewBuilder | Creates a NXOpen.Drafting.SmashDrawingViewBuilder |
TitleBlocks¶
-
DraftingApplicationManager.TitleBlocks¶ Returns the TitleBlockCollection belonging to this part
Signature
TitleBlocksNew in version NX8.0.0.
Returns: Return type: NXOpen.Annotations.TitleBlockCollection
Method Detail¶
CreateCutCopyPasteBuilder¶
-
DraftingApplicationManager.CreateCutCopyPasteBuilder¶ Creates the CutCopyPaste builder
Signature
CreateCutCopyPasteBuilder()Returns: Return type: NXOpen.Drafting.CutCopyPasteBuilderNew in version NX7.5.0.
License requirements: None.
CreateMoveToDrawingViewBuilder¶
-
DraftingApplicationManager.CreateMoveToDrawingViewBuilder¶ Creates a
NXOpen.Drafting.MoveToDrawingViewBuilderSignature
CreateMoveToDrawingViewBuilder()Returns: Return type: NXOpen.Drafting.MoveToDrawingViewBuilderNew in version NX8.5.0.
License requirements: nx_layout (“NX Layout”)
CreateSmashDrawingViewBuilder¶
-
DraftingApplicationManager.CreateSmashDrawingViewBuilder¶ Creates a
NXOpen.Drafting.SmashDrawingViewBuilderSignature
CreateSmashDrawingViewBuilder()Returns: Return type: NXOpen.Drafting.SmashDrawingViewBuilderNew in version NX8.5.0.
License requirements: nx_layout (“NX Layout”)