DrawingAutomationWizard Class

class NXOpen.Drafting.DrawingAutomationWizard

Bases: NXOpen.TransientObject

Represents 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

Methods

Method Description
Dispose Free resources associated with the instance.

Property Detail

Builder

DrawingAutomationWizard.Builder

Returns or sets the drawing automation wizard builder

-------------------------------------

Getter Method

Signature Builder

Returns:drawing automation wizard builder
Return type:NXOpen.Drafting.DrawingCreationWizardBuilder

New in version NX8.5.3.

License requirements: None.

-------------------------------------

Setter Method

Signature Builder

Parameters:builder (NXOpen.Drafting.DrawingCreationWizardBuilder) – drawing automation wizard builder

New 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 ContinueProcessing

Returns: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 ContinueProcessing

Parameters: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 ErrorCode

Returns:error code returned from callback
Return type:int

New in version NX8.5.3.

License requirements: None.

-------------------------------------

Setter Method

Signature ErrorCode

Parameters: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 Part

Returns:part from which the booklet drawings are created
Return type:NXOpen.Part

New in version NX8.5.3.

License requirements: None.

-------------------------------------

Setter Method

Signature Part

Parameters:part (NXOpen.Part) – part from which the booklet drawings are created

New 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.