RenderAspectRatios Enumerator
Description
Types that indicate the output aspect ratio when rendering a scene. This is used with in-canvas rendering, to allow you to define a different aspect ratio than the current active viewport.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
CurrentViewportRenderAspectRatio | 0 | Specifies that the Current Viewport aspect ratio is used. |
CustomRenderAspectRatio | 6 | Specifies that a custom aspect ratio is used. |
Landscape5to4RenderAspectRatio | 4 | Specifies a 5:4 landscape aspect ratio. |
Portrait4to5RenderAspectRatio | 5 | Specifies a 4:5 portrait aspect ratio. |
Presentation4to3RenderAspectRatio | 2 | Specifies a 4:3 presentation aspect ratio. |
Square1to1RenderAspectRatio | 1 | Specifies a 1:1 square aspect ratio. |
Widescreen16to9RenderAspectRatio | 3 | Specifies a 16:9 wide screen aspect ratio. |