Automatically Enabling PMI in PDF3D SDK Pro

PDF3D SDK PRO supports the conversion of DXF, DWG, DWF and DGN formats containing 3D models to 3D PDF. This conversion may include dimensional annotations part names and part isolation specific views.

To automatically enable API from C++:

PDF3DSet<int>::type generatedPMIs;  // take defaults
PDF3DSet<int>::type generatedViews;
PDF3DGenerateAutomaticPMIParams params;
scene.GenerateAutomaticPMI(params, generatedPMIs, generatedViews);