public abstract class Primitive extends java.lang.Object implements ItoCSG
| Constructor and Description |
|---|
Primitive() |
| Modifier and Type | Method and Description |
|---|---|
abstract PropertyStorage |
getProperties()
Returns the property storage of this primitive.
|
CSG |
toCSG()
Returns this primitive as
CSG. |
abstract java.util.List<Polygon> |
toPolygons()
Returns the polygons that define this primitive.
|
public abstract java.util.List<Polygon> toPolygons()
CSG object.public abstract PropertyStorage getProperties()