CircleShape
Overview
CircleShape is a class in Aspose.3D FOSS for Java.
Inherits from: ParameterizedProfile.
IFC compatible circle profile, which can be used to construct a mesh through LinearExtrusion.
This class provides 28 methods for working with CircleShape objects in Java programs.
Available methods include: A3DObject, CircleShape, Entity, ParameterizedProfile, Profile, SceneObject, findProperty, getBoundingBox, getEntityRendererKey, getExcluded, getExtent, getName, and 12 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 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
radius | double | Read | Gets the radius of the circle. |
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 |
|---|---|
CircleShape() | Constructs a CircleShape profile with default radius (5). |
CircleShape(radius: double) | Constructs a CircleShape profile with specified radius. |
getRadius() → double | Gets the radius of the circle. |
setRadius(value: double) | Sets the radius of the circle. |
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 CircleShape 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 circle profile, which can be used to construct a mesh through LinearExtrusion. |
SceneObject(name: String) | Calls SceneObject(name) on this CircleShape instance. |
getScene() → Scene | Returns the scene. |
A3DObject() | Calls A3DObject on this CircleShape instance. |
A3DObject(name: String) | Calls A3DObject(name) on this CircleShape instance. |
getName() → String | Returns the name. |
setName(name: String) | Constructs a CircleShape profile with specified radius. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this CircleShape instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this CircleShape instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this CircleShape instance. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this CircleShape instance. |