SimpleDraftSimpleDraftType Enumeration

NXOpen.GeometricUtilities.SimpleDraft.SimpleDraftType is an alias for NXOpen.GeometricUtilities.SimpleDraftSimpleDraftType

class NXOpen.GeometricUtilities.SimpleDraftSimpleDraftType

Bases: object

This enum represents the kind of simple_draft

Enum Members

Enum Member Enum Member Description
NoDraft No draft
SimpleFromStart Draft using the start limit as the reference
SimpleFromProfile Draft using the profile as the reference
Symmetric Draft on both sides of the profile using the same angle
MatchedEnds Draft on both sides of the profile such that the end profiles match in areas
Asymmetric Draft on both sides of the profile using the not same angle
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.