PartVisualizationShadeShadedViewToleranceType Enumeration

NXOpen.Preferences.PartVisualizationShade.ShadedViewToleranceType is an alias for NXOpen.Preferences.PartVisualizationShadeShadedViewToleranceType

class NXOpen.Preferences.PartVisualizationShadeShadedViewToleranceType

Bases: object

Describes the available tolerance types for Shaded View. Each of these options maps tolerance values to three specific faceting operations: Facet Edge Tolerance, Facet Chord Tolerance, and Angular Tolerance.

Enum Members

Enum Member Enum Member Description
Coarse For Coarse: Facet Edge Tolerance is 0.01, Facet Chord Tolerance is 0.01, and Angular Tolerance is 0.0
Standard For Standard: Facet Edge Tolerance is 0.005, Facet Chord Tolerance is 0.005 , and Angular Tolerance is 15
Fine For Fine: Facet Edge Tolerance is 0.0005, Facet Chord Tolerance is 0.0025, and Angular Tolerance is 6
Extrafine For Extrafine: Facet Edge Tolerance is 0.005, Facet Chord Tolerance is 0.001, and Angular Tolerance is 6
Ultrafine For Ultrafine: Facet Edge Tolerance is 0.0005, Facet Chord Tolerance is 0.0005, and Angular Tolerance is 3
Customize Customize. User can specify the Edge Tolerance, Face Tolerance and Angle Tolerance specifically.
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.