Package com.aspose.threed
Class CompositeCurve
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.SceneObject
-
- com.aspose.threed.Entity
-
- com.aspose.threed.Curve
-
- com.aspose.threed.CompositeCurve
-
- All Implemented Interfaces:
INamedObject
public class CompositeCurve extends Curve
ACompositeCurve
is consisting of several curve segments.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompositeCurve.Segment
The curve segment
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Constructor Summary
Constructors Constructor Description CompositeCurve()
Constructor ofCompositeCurve
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSegment(Curve curve)
Thevoid
addSegment(Curve curve, boolean sameDirection)
Thejava.util.ArrayList<CompositeCurve.Segment>
getSegments()
The segments of the curve.-
Methods inherited from class com.aspose.threed.Curve
getColor, getEntityRendererKey, setColor
-
Methods inherited from class com.aspose.threed.Entity
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
-
Methods inherited from class com.aspose.threed.SceneObject
getScene
-
Methods inherited from class com.aspose.threed.A3DObject
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
-
-
-
-
Constructor Detail
-
CompositeCurve
public CompositeCurve()
Constructor ofCompositeCurve
-
-
Method Detail
-
getSegments
public java.util.ArrayList<CompositeCurve.Segment> getSegments()
The segments of the curve.
-
addSegment
public void addSegment(Curve curve, boolean sameDirection)
The- Parameters:
curve
-sameDirection
-
-
addSegment
public void addSegment(Curve curve)
The- Parameters:
curve
-
-
-