Package com.aspose.threed
Class CompositeCurve.Segment
- java.lang.Object
-
- com.aspose.threed.CompositeCurve.Segment
-
- Enclosing class:
- CompositeCurve
public static class CompositeCurve.Segment extends java.lang.Object
The curve segment
-
-
Constructor Summary
Constructors Constructor Description Segment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Curve
getCurve()
The curve used in the segmentboolean
getSameDirection()
Use the same direction of the original curve, or use reversed directionvoid
setCurve(Curve value)
The curve used in the segmentvoid
setSameDirection(boolean value)
Use the same direction of the original curve, or use reversed direction
-
-
-
Method Detail
-
getCurve
public Curve getCurve()
The curve used in the segment
-
setCurve
public void setCurve(Curve value)
The curve used in the segment- Parameters:
value
- New value
-
getSameDirection
public boolean getSameDirection()
Use the same direction of the original curve, or use reversed direction
-
setSameDirection
public void setSameDirection(boolean value)
Use the same direction of the original curve, or use reversed direction- Parameters:
value
- New value
-
-