Ellipse

Overview

Ellipse is a class in Aspose.3D FOSS for Java. Inherits from: Curve.

An Ellipse defines a set of points that form the shape of ellipse.

This class provides 29 methods for working with Ellipse objects in Java programs. Available methods include: A3DObject, Curve, Ellipse, Entity, SceneObject, findProperty, getBoundingBox, getColor, getEntityRendererKey, getExcluded, getName, getParentNode, and 14 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: boundingBox, color, entityRendererKey, excluded, name, parentNode, and 5 more.

Properties

NameTypeAccessDescription
semiAxis1doubleReadRadius on X-axis.
semiAxis2doubleReadRadius on Y-axis.
colorVector3ReadGets or sets the color of the line, default value is white(1, 1, 1).
entityRendererKeyEntityRendererKeyReadGets the entity renderer key for this entity.
parentNodeNodeReadGets the parent node.
parentNodesArrayList<Node>ReadGets the parent nodes.
excludedbooleanReadGets the excluded.
boundingBoxBoundingBoxReadGets the bounding box.
sceneSceneReadGets the scene.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
getSemiAxis1()doubleRadius on X-axis.
setSemiAxis1(value: double)Sets the semi axis1 value.
getSemiAxis2()doubleRadius on Y-axis.
setSemiAxis2(value: double)Sets the semi axis2 value.
Ellipse()Constructor of Ellipse.
getColor()Vector3Gets or sets the color of the line, default value is white(1, 1, 1).
setColor(color: Vector3)Sets the color value.
Curve()Constructor.
getEntityRendererKey()EntityRendererKeyGets the entity renderer key for this entity.
Entity(name: String)Calls Entity(name) on this Ellipse instance.
getParentNode()NodeReturns the parent node.
setParentNode(value: Node)Sets the parent node value.
getParentNodes()ArrayList<Node>Returns the parent nodes.
getExcluded()booleanReturns the excluded.
setExcluded(value: boolean)Sets the excluded value.
getBoundingBox()BoundingBoxReturns the bounding box.
SceneObject()An Ellipse defines a set of points that form the shape of ellipse.
SceneObject(name: String)Calls SceneObject(name) on this Ellipse instance.
getScene()SceneReturns the scene.
A3DObject()Calls A3DObject on this Ellipse instance.
A3DObject(name: String)Calls A3DObject(name) on this Ellipse instance.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this Ellipse instance.
getProperty(name: String)ObjectCalls getProperty(name) on this Ellipse instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this Ellipse instance.
removeProperty(property: Property)booleanCalls removeProperty(property) on this Ellipse instance.

See Also

 English