Class RMScene3D.RMShape3D

All Implemented Interfaces:
Archivable, DeepChangeListener, RMPropertyChanger, RMTypes, PropertyChangeListener, Cloneable, EventListener
Enclosing class:
RMScene3D

public static class RMScene3D.RMShape3D extends RMPolygonShape
RMPolygon subclass that encapsulates a Path3D.
  • Constructor Details

    • RMShape3D

      public RMShape3D(RMPath3D aPath3D)
      Creates a new shape 3d from the given path3d.
  • Method Details

    • getPath3D

      public RMPath3D getPath3D()
      Returns the path3D for this shape.
    • setPath3D

      public void setPath3D(RMPath3D aPath3D)
      Sets the path3d for this shape.