View Module

Types

A3DPDFSectionDisplayData
A3DPDFViewData
A3DPDFEProjectionMode

Fields

kA3DPDFOrthographicMode
kA3DPDFPerspectiveMode

Functions

A3DStatus A3DPDFViewCreate()
A3DStatus A3DPDF3DArtworkAddView()
A3DStatus A3DPDF3DArtworkGetViews()
A3DStatus A3DPDFViewGetExternalName()

Detailed Description

group a3d_pdf_view_module

Module to access and create Views in a 3D Annot.

This module describes the functions and structures that allow you to define 3D views on a 3D Annot.

Type Documentation

enum A3DPDFEProjectionMode

Projection mode: type of projection.

Version
6.0

Values:

enumerator kA3DPDFOrthographicMode

Orthographic projection.

enumerator kA3DPDFPerspectiveMode

Perspective projection.

Function Documentation