ViewCreationWizardBuilderViewRepresentations Enumeration

NXOpen.Drawings.ViewCreationWizardBuilder.ViewRepresentations is an alias for NXOpen.Drawings.ViewCreationWizardBuilderViewRepresentations

class NXOpen.Drawings.ViewCreationWizardBuilderViewRepresentations

Bases: object

the view representation mode

Enum Members

Enum Member Enum Member Description
Exact View representation mode Exact
SmartLightweight View representation mode Lightweight
Lightweight View representation mode legacy Lightweight
PreNx85Exact View representation mode legacy Exact
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.