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
| Name | Type | Access | Description |
|---|---|---|---|
semiAxis1 | double | Read | Gets the radius on X-axis. |
semiAxis2 | double | Read | Gets the radius on Y-axis. |
extent | Vector2 | Read | Gets the extent in x and y dimension. |
boundingBox | BoundingBox | Read | Gets the bounding box. |
parentNode | Node | Read | Gets the parent node. |
parentNodes | ArrayList<Node> | Read | Gets the parent nodes. |
excluded | boolean | Read | Gets the excluded. |
entityRendererKey | EntityRendererKey | Read | Gets the entity renderer key. |
scene | Scene | Read | Gets the scene. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
EllipseShape() | Constructs an EllipseShape profile with default semi-axes. |
EllipseShape(semiAxis1: double, semiAxis2: double) | Constructs an EllipseShape profile with specified semi-axes. |
getSemiAxis1() → double | Gets the radius on X-axis. |
setSemiAxis1(value: double) | Sets the radius on X-axis. |
getSemiAxis2() → double | Gets the radius on Y-axis. |
setSemiAxis2(value: double) | Sets the radius on Y-axis. |
getExtent() → Vector2 | Gets the extent in x and y dimension. |
ParameterizedProfile() | Constructor. |
Profile() | Constructor. |
getBoundingBox() → BoundingBox | Returns the bounding box. |
Entity(name: String) | Calls Entity(name) on this EllipseShape instance. |
getParentNode() → Node | Returns the parent node. |
setParentNode(value: Node) | Sets the parent node value. |
getParentNodes() → ArrayList<Node> | Returns the parent nodes. |
getExcluded() → boolean | Returns the excluded. |
setExcluded(value: boolean) | Sets the excluded value. |
getEntityRendererKey() → EntityRendererKey | Returns 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() → Scene | Returns the scene. |
A3DObject() | Calls A3DObject on this EllipseShape instance. |
A3DObject(name: String) | Calls A3DObject(name) on this EllipseShape instance. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this EllipseShape instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this EllipseShape instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this EllipseShape instance. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this EllipseShape instance. |