| Constructor and Description |
|---|
Fillet(double w,
double h)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CSG |
corner(double rad,
double angle) |
PropertyStorage |
getProperties()
Returns the property storage of this primitive.
|
static CSG |
outerFillet(CSG base,
double rad) |
static CSG |
outerFillet(java.util.List<Polygon> polys,
double rad) |
java.util.List<Polygon> |
toPolygons()
Returns the polygons that define this primitive.
|
public Fillet(double w,
double h)
[0,0,0] and with the specified
dimensions.w - widthh - heightpublic PropertyStorage getProperties()
PrimitivegetProperties in class Primitivepublic static CSG corner(double rad, double angle)
public java.util.List<Polygon> toPolygons()
PrimitiveCSG object.toPolygons in class Primitive