Class SoVectorizeHPGLAction


  • public class SoVectorizeHPGLAction
    extends SoVectorizeAction
    Realizes the vectorization of a scene graph to a file in HPGL/2 format. This class is used for vectorizing scene graphs to HPGL/2 format files. It contains an SoHPGLVectorOutput instance which writes by default to standard output. Methods on SoHPGLVectorOutput can be called to specify what file to write to.

    Limitations:

    • Constructor Detail

      • SoVectorizeHPGLAction

        public SoVectorizeHPGLAction()
        Constructor.
    • Method Detail

      • enableElement

        public static void enableElement​(java.lang.Class<? extends Inventor> t,
                                         int stkIndex)