SketchConversionStatus Class¶
-
class
NXOpen.Features.SketchConversionStatus¶ Bases:
NXOpen.TransientObjectRepresents 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. |
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
FeatureReturns: Return type: NXOpen.Features.FeatureNew 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
ReasonReturns: Return type: NXOpen.Features.SketchConversionStatusReasonTypeNew 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
StatusReturns: Return type: NXOpen.Features.SketchConversionStatusTypeNew in version NX7.5.0.
License requirements: None.