SketchConversionStatus Class

class NXOpen.Features.SketchConversionStatus

Bases: NXOpen.TransientObject

Represents the status of conversion of features to independent sketch.

New in version NX7.5.0.

Properties

Property Description
Feature Returns the feature being converted to independent sketch.
Reason Returns the reason for failed or partially succeeded conversion of a linked-feature to an independent sketch
Status Returns the status of conversion of a feature to an independent sketch.

Methods

Method Description
Dispose Free resources associated with the instance.

Enumerations

SketchConversionStatusReasonType Enumeration Reason for partial-success or failure of conversion to sketch
SketchConversionStatusType Enumeration Status of conversion - Success, Failure or Partial-Success

Property Detail

Feature

SketchConversionStatus.Feature

Returns the feature being converted to independent sketch.

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

Getter Method

Signature Feature

Returns:
Return type:NXOpen.Features.Feature

New in version NX7.5.0.

License requirements: None.

Reason

SketchConversionStatus.Reason

Returns the reason for failed or partially succeeded conversion of a linked-feature to an independent sketch

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

Getter Method

Signature Reason

Returns:
Return type:NXOpen.Features.SketchConversionStatusReasonType

New in version NX7.5.0.

License requirements: None.

Status

SketchConversionStatus.Status

Returns the status of conversion of a feature to an independent sketch.

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

Getter Method

Signature Status

Returns:
Return type:NXOpen.Features.SketchConversionStatusType

New in version NX7.5.0.

License requirements: None.

Method Detail

Dispose

SketchConversionStatus.Dispose

Free resources associated with the instance.

After this method is called, it is illegal to use the object.

Signature Dispose()

New in version NX7.5.0.

License requirements: None.