SketchConversionStatusReasonType Enumeration

NXOpen.Features.SketchConversionStatus.ReasonType is an alias for NXOpen.Features.SketchConversionStatusReasonType

class NXOpen.Features.SketchConversionStatusReasonType

Bases: object

Reason for partial-success or failure of conversion to sketch

Enum Members

Enum Member Enum Member Description
NoIssues The linked feature curves have been converted with no issues
BrokenLink The linked feature curves have been converted with no constraints, because the selected feature has a broken link
OutOfDate The linked feature curves have been converted with no constraints, because the selected feature had an out-of-date link
SourceNotLoaded The linked feature curves have been converted with no constraints, because the source part for the selected feature is not loaded
SourceSuppressed The linked feature curves have been converted with no constraints, because a source feature of the selected feature is suppressed.
Suppressed A suppressed feature cannot be converted into an independent sketch
NotPlanar This feature cannot be converted into an independent sketch. Curves in this feature do not lie on the same plane
InvalidFeature This feature type cannot be converted into an independent sketch
InvalidInput The input entity is not a feature
MultipleCoplanarSketches This composite curve feature is based on multiple coplanar source sketches. Curves have be converted but with no horizontal and vertical constraints
SomeConstraintsNotTransferred The linked feature curves have been converted, but without some constraints
BrokenLinkNullXform The linked feature is missing some linking data and will be treated as a broken link. The linked feature curves have been converted with no constraints.
MultipleXform The linked feature has multiple linking data. The linked feature curves have been converted with no constraints.
SingleSourceMultipleLinks The linked Composite Curve feature has multiple curves linked to the same source curve. The linked feature curves have been converted with no constraints.
MultipleSketchesWithNonParallelNormals The linked feature has curves that come from multiple sketches whose plane normals are not parallel. The linked feature curves have been converted with no constraints.
MultipleCurvesJoinedIntoOneLinkedCurve The linked feature has atleast one linked curve that is the result of joining multiple source curves. The linked feature curves have been converted with no constraints.
LinkedCurveDifferentFromSourceCurve The linked feature has at least one linked curve whose geometry is different than its source curve. The linked feature curves have been converted, but constraints have not been transferred.
MultipleInstanceOfASourcePart The linked feature has at least two linked curves that come from multiple instances of the same source part. The linked feature curves have been converted with no constraints.
BrokenExtract The extracted feature curves have been converted with no constraints, because the selected feature has a broken extract
OutOfDateExtract The extracted feature curves have been converted with no constraints, because the selected feature had an out-of-date extract
ExtractSourceSuppressed The extracted feature curves have been converted with no constraints, because a source feature of the selected feature is suppressed.
ExtractSomeConstraintsNotTransferred The extracted feature curves have been converted, but without some constraints
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.