ViewOrientationBuilderOrientation Enumeration

NXOpen.Drawings.ViewOrientationBuilder.Orientation is an alias for NXOpen.Drawings.ViewOrientationBuilderOrientation

class NXOpen.Drawings.ViewOrientationBuilderOrientation

Bases: object

This enum represents view orientation type. Drawings.ViewOrientationBuilderOrientation.InheritOrientation and Drawings.ViewOrientationBuilderOrientation.SectionExisting options require a view selection.

Enum Members

Enum Member Enum Member Description
Orthographic Orthographic
InheritOrientation Inherit Orientation from a View
UseParentOrientation Use Parent View Orientation
UseParentOrienation DO NOT USE Deprecated as of NX75
SectionExisting Section an Existing View
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.