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
kA3DPDFNoFilterkA3DPDFFilterPDFDefaultViewkA3DPDFFilterPDFViewsExceptDefaultkA3DPDFFilterNativeViewskA3DPDFFilterSubAssemblyViews
Preprocessor Definitions
-
kA3DPDFNoFilter All views, (the native views and the PDF views.
-
kA3DPDFFilterPDFDefaultView The PDF default view is filtered using the kA3DGraphicsRemoved from
A3DGraphicsDatastructure.
-
kA3DPDFFilterPDFViewsExceptDefault The PDF views are filtered using the kA3DGraphicsRemoved from
A3DGraphicsDatastructure, ony the default PDF is excluded.
-
kA3DPDFFilterNativeViews Native views are filtered using the kA3DGraphicsRemoved from
A3DGraphicsDatastructure.
-
kA3DPDFFilterSubAssemblyViews The PDF default views not on the root assembly are filtered using the kA3DGraphicsRemoved from
A3DGraphicsDatastructure.