DecimateFacetBodyBuilderDecimateMethodType Enumeration

NXOpen.Facet.DecimateFacetBodyBuilder.DecimateMethodType is an alias for NXOpen.Facet.DecimateFacetBodyBuilderDecimateMethodType

class NXOpen.Facet.DecimateFacetBodyBuilderDecimateMethodType

Bases: object

Decimate Method

Enum Members

Enum Member Enum Member Description
ChordalDeviation Chordal deviation reduces the number of facets by removing facets which do not effect the overall accuracy of the mesh.
SmallestFacet Smallest facet removes all facets smaller than the defined area, thus removing facets deemed to be redundant by the designer.
Percentage Percentage option allows the user to reduce the facet count by overall percentage.
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.