EllipseShape

EllipseShape

Overview

EllipseShape is a class in Aspose.3D FOSS for Java. Inherits from: ParameterizedProfile.

IFC compatible ellipse profile, which can be used to construct a mesh through LinearExtrusion.

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

Properties

NameTypeAccessDescription
semiAxis1doubleReadGets the radius on X-axis.
semiAxis2doubleReadGets the radius on Y-axis.
extentVector2ReadGets the extent in x and y dimension.
boundingBoxBoundingBoxReadGets the bounding box.
parentNodeNodeReadGets the parent node.
parentNodesArrayList<Node>ReadGets the parent nodes.
excludedbooleanReadGets the excluded.
entityRendererKeyEntityRendererKeyReadGets the entity renderer key.
sceneSceneReadGets the scene.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
EllipseShape()Constructs an EllipseShape profile with default semi-axes.
EllipseShape(semiAxis1: double, semiAxis2: double)Constructs an EllipseShape profile with specified semi-axes.
getSemiAxis1()doubleGets the radius on X-axis.
setSemiAxis1(value: double)Sets the radius on X-axis.
getSemiAxis2()doubleGets the radius on Y-axis.
setSemiAxis2(value: double)Sets the radius on Y-axis.
getExtent()Vector2Gets the extent in x and y dimension.
ParameterizedProfile()Constructor.
Profile()Constructor.
getBoundingBox()BoundingBoxReturns the bounding box.
Entity(name: String)Calls Entity(name) on this EllipseShape 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.
getEntityRendererKey()EntityRendererKeyReturns the entity renderer key.
SceneObject()IFC compatible ellipse profile, which can be used to construct a mesh through LinearExtrusion.
SceneObject(name: String)Calls SceneObject(name) on this EllipseShape instance.
getScene()SceneReturns the scene.
A3DObject()Calls A3DObject on this EllipseShape instance.
A3DObject(name: String)Calls A3DObject(name) on this EllipseShape instance.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this EllipseShape instance.
getProperty(name: String)ObjectCalls getProperty(name) on this EllipseShape instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this EllipseShape instance.
removeProperty(property: Property)booleanCalls removeProperty(property) on this EllipseShape instance.

See Also

 English