Package snap.gfx3d

Class PathBox3D

All Implemented Interfaces:
PropChange.DoChange

public class PathBox3D extends ParentShape
A Shape3D subclass that represents a path extruded to a box.
  • Constructor Details

    • PathBox3D

      public PathBox3D(Shape aPath, double z1, double z2)
      Constructor for given path Shape and Z min/max.
  • Method Details

    • buildShapeImpl

      protected void buildShapeImpl()
      Override to extrusion surfaces (sides and back).
      Overrides:
      buildShapeImpl in class ParentShape