| Constructor and Description |
|---|
Hexagon(double flatToFlatDIstance,
double height)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getFlatToFlatDistance()
Gets the flatToFlatDistance.
|
double |
getPointToPointDistance()
Gets the diameter of the outscribed circle.
|
PropertyStorage |
getProperties()
Returns the property storage of this primitive.
|
java.util.List<Polygon> |
toPolygons()
Returns the polygons that define this primitive.
|
public Hexagon(double flatToFlatDIstance,
double height)
size.flatToFlatDIstance - the size of wrench that this nut would fitpublic java.util.List<Polygon> toPolygons()
PrimitiveCSG object.toPolygons in class Primitivepublic double getFlatToFlatDistance()
public double getPointToPointDistance()
public PropertyStorage getProperties()
PrimitivegetProperties in class Primitive