![]() |
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.SoVectorizeAction will create an SoVectorOutput which will output to stdout by default. SoVectorizeAction::getOutput() can be used to fetch this output, and the user will probably want to set a file to output to. More... | |
class | SoVectorizeAction |
The SoVectorizeAction class is the base class for vectorizing Coin scene graphs.SoVectorizeAction will traverse the scene graph and convert all supported geometry into vectorized data. Subclasses can then use this data to produce vector files of different formats. 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.