HollowRectangleShape
Overview
HollowRectangleShape is a class in Aspose.3D FOSS for Java.
Inherits from: RectangleShape.
IFC compatible hollow rectangular shape with both inner/outer rounding corners.
This class provides 27 methods for working with HollowRectangleShape objects in Java programs.
Available methods include: HollowRectangleShape, findProperty, getBoundingBox, getEntityRendererKey, getExcluded, getExtent, getInnerFilletRadius, getName, getParentNode, getParentNodes, getProperties, getProperty, and 15 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, innerFilletRadius, name, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
wallThickness | double | Read | Gets the thickness between the boundary of the rectangle and the inner hole. |
innerFilletRadius | double | Read | Gets the inner fillet radius of the inner rectangle. |
roundingRadius | double | Read | Gets the radius of the circular arcs of all four corners, measured in degrees. |
xDim | double | Read | Gets the extent of the rectangle in the direction of x-axis. |
yDim | double | Read | Gets the extent of the rectangle in the direction of 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 |
|---|---|
HollowRectangleShape() | Constructs a HollowRectangleShape profile with default values. |
getWallThickness() → double | Gets the thickness between the boundary of the rectangle and the inner hole. |
setWallThickness(value: double) | Sets the thickness between the boundary of the rectangle and the inner hole. |
getInnerFilletRadius() → double | Gets the inner fillet radius of the inner rectangle. |
setInnerFilletRadius(value: double) | Sets the inner fillet radius of the inner rectangle. |
getRoundingRadius() → double | Gets the radius of the circular arcs of all four corners, measured in degrees. |
setRoundingRadius(value: double) | Sets the radius of the circular arcs of all four corners, measured in degrees. |
getXDim() → double | Gets the extent of the rectangle in the direction of x-axis. |
setXDim(value: double) | Sets the extent of the rectangle in the direction of x-axis. |
getYDim() → double | Gets the extent of the rectangle in the direction of y-axis. |
setYDim(value: double) | Sets the extent of the rectangle in the direction of y-axis. |
getExtent() → Vector2 | Gets the extent in x and y dimension. |
getBoundingBox() → BoundingBox | Gets the thickness between the boundary of the rectangle and the inner hole. |
getParentNode() → Node | Returns the parent node. |
setParentNode(value: Node) | Gets the thickness between the boundary of the rectangle and the inner hole. |
getParentNodes() → ArrayList<Node> | Returns the parent nodes. |
getExcluded() → boolean | Sets the thickness between the boundary of the rectangle and the inner hole. |
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) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this HollowRectangleShape instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this HollowRectangleShape instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this HollowRectangleShape instance. |