DrawingAutomationWizard Class¶
-
class
NXOpen.Drafting.DrawingAutomationWizard¶ Bases:
NXOpen.TransientObjectRepresents callback data for the drawing automation wizard.
New in version NX8.5.3.
Properties¶
| Property | Description |
|---|---|
| Builder | Returns or sets the drawing automation wizard builder |
| ContinueProcessing | Returns or sets the flag denoting whether or not to create the booklet in the current session |
| ErrorCode | Returns or sets the error code to be returned from the callback |
| Part | Returns or sets the part from which the booklet drawings are created |
Property Detail¶
Builder¶
-
DrawingAutomationWizard.Builder¶ Returns or sets the drawing automation wizard builder
-------------------------------------Getter Method
Signature
BuilderReturns: drawing automation wizard builder Return type: NXOpen.Drafting.DrawingCreationWizardBuilderNew in version NX8.5.3.
License requirements: None.
-------------------------------------Setter Method
Signature
BuilderParameters: builder ( NXOpen.Drafting.DrawingCreationWizardBuilder) – drawing automation wizard builderNew in version NX8.5.3.
License requirements: None.
ContinueProcessing¶
-
DrawingAutomationWizard.ContinueProcessing¶ Returns or sets the flag denoting whether or not to create the booklet in the current session
-------------------------------------Getter Method
Signature
ContinueProcessingReturns: flag denoting whether or not to create the booklet in the current session Return type: bool New in version NX8.5.3.
License requirements: None.
-------------------------------------Setter Method
Signature
ContinueProcessingParameters: continueProcessing (bool) – flag denoting whether or not to create the booklet in the current session New in version NX8.5.3.
License requirements: None.
ErrorCode¶
-
DrawingAutomationWizard.ErrorCode¶ Returns or sets the error code to be returned from the callback
-------------------------------------Getter Method
Signature
ErrorCodeReturns: error code returned from callback Return type: int New in version NX8.5.3.
License requirements: None.
-------------------------------------Setter Method
Signature
ErrorCodeParameters: errorCode (int) – error code returned from callback New in version NX8.5.3.
License requirements: None.
Part¶
-
DrawingAutomationWizard.Part¶ Returns or sets the part from which the booklet drawings are created
-------------------------------------Getter Method
Signature
PartReturns: part from which the booklet drawings are created Return type: NXOpen.PartNew in version NX8.5.3.
License requirements: None.
-------------------------------------Setter Method
Signature
PartParameters: part ( NXOpen.Part) – part from which the booklet drawings are createdNew in version NX8.5.3.
License requirements: None.
Method Detail¶
Dispose¶
-
DrawingAutomationWizard.Dispose¶ Free resources associated with the instance.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Signature
Dispose()New in version NX8.5.3.
License requirements: None.