HollowCircleShape
Overview
HollowCircleShape is a class in Aspose.3D FOSS for Java.
Inherits from: CircleShape.
IFC compatible hollow circle profile.
This class provides 21 methods for working with HollowCircleShape objects in Java programs.
Available methods include: HollowCircleShape, findProperty, getBoundingBox, getEntityRendererKey, getExcluded, getExtent, getName, getParentNode, getParentNodes, getProperties, getProperty, getRadius, and 9 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 |
|---|---|---|---|
wallThickness | double | Read | Gets the difference between the outer and inner radius. |
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 |
|---|---|
HollowCircleShape() | Constructs a HollowCircleShape profile with default values. |
getWallThickness() → double | Gets the difference between the outer and inner radius. |
setWallThickness(value: double) | Sets the difference between the outer and inner 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. |
getBoundingBox() → BoundingBox | Returns the bounding box. |
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. |
getScene() → Scene | Returns the scene. |
getName() → String | Returns the name. |
setName(name: String) | Gets the difference between the outer and inner radius. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this HollowCircleShape instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this HollowCircleShape instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this HollowCircleShape instance. |