ModelingViewHighQualityImageFormatType Enumeration

NXOpen.ModelingViewHighQualityImage.FormatType is an alias for NXOpen.ModelingViewHighQualityImageFormatType

class NXOpen.ModelingViewHighQualityImageFormatType

Bases: object

Describes the output format of the High Quality Image to be generated

Enum Members

Enum Member Enum Member Description
RasterImage A normal single raster image
QtvrPanorama Quick Time Virtual Reality panoramic movie, which is a set of images from a fixed viewpoint. The viewer can look in all directions.
QtvrObjectLow Quick Time Virtual Reality object movie, which is a set of image of an object in different rotations. The viewer can rotate the object to look at it in any orientation. A low number of frames is generated.
QtvrObjectHigh Quick Time Virtual Reality object movie , which is a set of image of an object in different rotations. The viewer can rotate the object to look at it in any orientation. A high number of frames is generated.
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.