SketchAlternateSolutionOption Enumeration

NXOpen.Sketch.AlternateSolutionOption is an alias for NXOpen.SketchAlternateSolutionOption

class NXOpen.SketchAlternateSolutionOption

Bases: object

Indicates whether the alternate solution should be used instead of the regular solution.

The alternate solution for an arc is the portion of the full circle that is left out of the regular solution. For example, if the regular solution is an arc that goes from 0 to 45 degrees, the alternate solution will be an arc with the same center and origin but that goes from 45 degrees to 360.

Enum Members

Enum Member Enum Member Description
False
Use the regular solution
True
Use the alternate solution
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.