public class ArbitraryProfile extends Profile
name, properties| Constructor and Description |
|---|
ArbitraryProfile()
Constructor of
ArbitraryProfile |
ArbitraryProfile(Curve curve)
Constructor of
ArbitraryProfile with an initial curve. |
| Modifier and Type | Method and Description |
|---|---|
Curve |
getCurve()
The Curve used to construct the profile
|
java.util.ArrayList<Curve> |
getHoles()
Holes of the profile, also represented as curve
|
void |
setCurve(Curve value)
The Curve used to construct the profile
|
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNodegetScenefindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic ArbitraryProfile()
ArbitraryProfilepublic ArbitraryProfile(Curve curve)
ArbitraryProfile with an initial curve.curve - Initial curve of the profilepublic Curve getCurve()
public void setCurve(Curve value)
value - New valuepublic java.util.ArrayList<Curve> getHoles()