public class ForbildShapeFactory
extends java.lang.Object
This class creates a forbild surface given an appropriate definition.
Constructor and Description |
---|
ForbildShapeFactory() |
Modifier and Type | Method and Description |
---|---|
static SimpleSurface |
getBaseShape(java.lang.String objBounds) |
static AbstractShape |
getShape(java.lang.String objBounds)
Determines AbstractShape specified by given bound expressions
|
public static AbstractShape getShape(java.lang.String objBounds)
objBounds
- forbild bound definition e.g [ Box: x=0; y=9; z=2.5; dx=2.5; dy=0.8; dz=25;]public static SimpleSurface getBaseShape(java.lang.String objBounds)