SketchConversionReport Class

class NXOpen.Features.SketchConversionReport

Bases: NXOpen.TransientObject

Represents a collection of status of conversion of features to independent sketch.

New in version NX7.5.0.

Methods

Method Description
Dispose Free resources associated with the instance of this report.
GetStatuses The number and array of convert to sketch statuses.

Method Detail

Dispose

SketchConversionReport.Dispose

Free resources associated with the instance of this report.

This also free the resource associated with the status objects. After this method is called, it is illegal to use the object.

Signature Dispose()

New in version NX7.5.0.

License requirements: None.

GetStatuses

SketchConversionReport.GetStatuses

The number and array of convert to sketch statuses.

Each status indicates conversion status for each feature

Signature GetStatuses()

Returns:
Return type:list of NXOpen.Features.SketchConversionStatus

New in version NX7.5.0.

License requirements: None.