Package com.aspose.threed
Class Circle
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.SceneObject
-
- com.aspose.threed.Entity
-
- com.aspose.threed.Curve
-
- com.aspose.threed.Circle
-
- All Implemented Interfaces:
INamedObject
public class Circle extends Curve
ACircle
curve consists of a set of points in the edge of the circle shape.
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getRadius()
The radius of the circle curve, default value is 10void
setRadius(double value)
The radius of the circle curve, default value is 10-
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
-
-