Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
The vectorized printing classes are for rendering to vector devices instead of raster devices. More...
Classes | |
class | SoHardCopy |
The SoHardCopy class is a static class for initializing the hardcopy support. More... | |
class | SoPSVectorOutput |
The SoPSVectorOutput class is used for writing Postscript. More... | |
class | SoVectorOutput |
The SoVectorOutput class is used for setting vector output file. More... | |
class | SoVectorizeAction |
The SoVectorizeAction class is the base class for vectorizing Coin scene graphs. More... | |
class | SoVectorizePSAction |
The SoVectorizePSAction class is used for rendering to a Postscript file. More... | |
The vectorized printing classes are for rendering to vector devices instead of raster devices.
You can use this to e.g. generate scalable PostScript images for printing instead of raster images that will become pixellated when you scale them up.
See below for A HardCopy Overview.