MultiPatchAlignmentBuilderResolutionType Enumeration

NXOpen.Facet.MultiPatchAlignmentBuilder.ResolutionType is an alias for NXOpen.Facet.MultiPatchAlignmentBuilderResolutionType

class NXOpen.Facet.MultiPatchAlignmentBuilderResolutionType

Bases: object

Determines the number of facets used in the alignment. If you are importing an .AC file with image information, this option will control how many image pixels are used in the alignment. If the imported facet data does not have image information, the number of points being used for the alignment will be controlled.

Enum Members

Enum Member Enum Member Description
High Uses a high number of facets for the alignment.
Medium Uses a medium number of facets for the alignment.
Low Uses a low number of facets for the alignment.
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.