SoAnnoText3PropertyRenderPrintTypes Enumeration |
Render print type.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
RENDER3D_PRINT_VECTOR | 0 | Text is rendered in 3D (like OIV.Inventor.Nodes.SoText3). It is printed as vectors when the Hard Copy Extension (formerly known as PlotMaster) is used. | |
RENDER3D_PRINT_RASTER | 1 | Text is rendered in 3D (like OIV.Inventor.Nodes.SoText3). It is printed as raster text using PostScript fonts when the Hard Copy Extension is used. | |
RENDER2D_PRINT_RASTER | 2 | Text is rendered in 2D (like OIV.Inventor.Nodes.SoText2) but can be zoomed because the font size is interpreted in the current units. It is printed as raster text using PostScript fonts when the Hard Copy Extension is used. Note: if this render type is set, the text will not be exported by an OIV.HardCopy.SoToPDFAction. |