Class SoShapeSimplifyAction

    • Constructor Detail

      • SoShapeSimplifyAction

        public SoShapeSimplifyAction​(SoSimplifier _simplifier)
        Constructor. The algorithm used for simplifying is defined by the SoSimplifier class that is passed in the constructor.

        Typically you will pass an instance of SoDecimator to the constructor. Please see SoDecimator for info about which geometry objects can be simplified.

    • Method Detail

      • enableElement

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