public class TrimmedCurve extends Curve
name, properties
Constructor and Description |
---|
TrimmedCurve()
Constructor of
TrimmedCurve |
Modifier and Type | Method and Description |
---|---|
Curve |
getBasisCurve()
The basis curve to be trimmed.
|
EndPoint |
getFirst()
The first end point to trim, can be a Cartesian point or a real parameter.
|
boolean |
getSameDirection()
Gets whether the trimmed result uses the same direction of the basis curve.
|
EndPoint |
getSecond()
The second end point to trim, can be a Cartesian point or a real parameter.
|
void |
setBasisCurve(Curve value)
The basis curve to be trimmed.
|
void |
setFirst(EndPoint value)
The first end point to trim, can be a Cartesian point or a real parameter.
|
void |
setSameDirection(boolean value)
Sets whether the trimmed result uses the same direction of the basis curve.
|
void |
setSecond(EndPoint value)
The second end point to trim, can be a Cartesian point or a real parameter.
|
getColor, getEntityRendererKey, setColor
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
getScene
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
public TrimmedCurve()
TrimmedCurve
public Curve getBasisCurve()
public void setBasisCurve(Curve value)
value
- New valuepublic EndPoint getFirst()
public void setFirst(EndPoint value)
value
- New valuepublic EndPoint getSecond()
public void setSecond(EndPoint value)
value
- New valuepublic boolean getSameDirection()
public void setSameDirection(boolean value)
value
- New value