Field to indicate the options for filtering 3D views.

These fields are used with function A3DPDFGetStreams() to define its behaviour.

11.1

Index

Preprocessor Definitions

Preprocessor Definitions

kA3DPDFNoFilter

All views, (the native views and the PDF views.

kA3DPDFFilterPDFDefaultView

The PDF default view is filtered using the kA3DGraphicsRemoved from A3DGraphicsData structure.

kA3DPDFFilterPDFViewsExceptDefault

The PDF views are filtered using the kA3DGraphicsRemoved from A3DGraphicsData structure, ony the default PDF is excluded.

kA3DPDFFilterNativeViews

Native views are filtered using the kA3DGraphicsRemoved from A3DGraphicsData structure.

kA3DPDFFilterSubAssemblyViews

The PDF default views not on the root assembly are filtered using the kA3DGraphicsRemoved from A3DGraphicsData structure.