public class CenterLineProfile extends Profile
name, properties| Constructor and Description |
|---|
CenterLineProfile(Curve curve)
Constructs a new
CenterLineProfile with specified curve as center line. |
CenterLineProfile(Curve curve,
double thickness)
Constructs a new
CenterLineProfile with specified curve as center line. |
| Modifier and Type | Method and Description |
|---|---|
Curve |
getCurve()
The center line curve of the profile
|
double |
getThickness()
Thickness applied along the center line
|
void |
setCurve(Curve value)
The center line curve of the profile
|
void |
setThickness(double value)
Thickness applied along the center line
|
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNodegetScenefindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic CenterLineProfile(Curve curve, double thickness)
CenterLineProfile with specified curve as center line.curve - Center line curvethickness - Thickness applied along the center linepublic CenterLineProfile(Curve curve)
CenterLineProfile with specified curve as center line.curve - Center line curvepublic double getThickness()
public void setThickness(double value)
value - New valuepublic Curve getCurve()
public void setCurve(Curve value)
value - New value