X3DPDF_Reader supports reading .pdf files, containing 3D data in U3D format (Standard ECMA-363, 1st Edition).
X3DPDF_Writer supports writing .pdf files version 1.6, based on U3D format.
Import | Export |
---|---|
|
|
Export parameters are controlled by X3DPDF_WriterParameters.
Parameter | Default value | Description |
---|---|---|
PaperSize() | A4 | See X3DPDF_WriterParameters::PaperSize(). |
Orientation() | Landscape | See X3DPDF_WriterParameters::PaperOrientation(). |
LengthUnit() | Base_LU_Meters | See Base_WriterParameters::LengthUnit(). |
UseOYAsUpAxis() | false | Specifies that Y axis should be considered pointing upwards, for downstream usage of the model in software with that convention. By default Z axis points upwards. |