LShape
Overview
LShape is a class in Aspose.3D FOSS for Java.
Inherits from: ParameterizedProfile.
IFC compatible L-shape profile that defined by parameters.
This class provides 27 methods for working with LShape objects in Java programs.
Available methods include: LShape, findProperty, getBoundingBox, getDepth, getEdgeRadius, getEntityRendererKey, getExcluded, getExtent, getFilletRadius, getName, getParentNode, getParentNodes, and 15 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: boundingBox, depth, edgeRadius, entityRendererKey, excluded, extent, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
depth | double | Read | Gets the depth of the profile. |
width | double | Read | Gets the width of the profile. |
thickness | double | Read | Gets the thickness of the constant wall. |
filletRadius | double | Read | Gets the radius of the fillet. |
edgeRadius | double | Read | Gets the radius of the edge. |
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 |
|---|---|
LShape() | Constructor of LShape. |
getDepth() → double | Gets the depth of the profile. |
setDepth(value: double) | Sets the depth of the profile. |
getWidth() → double | Gets the width of the profile. |
setWidth(value: double) | Sets the width of the profile. |
getThickness() → double | Gets the thickness of the constant wall. |
setThickness(value: double) | Sets the thickness of the constant wall. |
getFilletRadius() → double | Gets the radius of the fillet. |
setFilletRadius(value: double) | Sets the radius of the fillet. |
getEdgeRadius() → double | Gets the radius of the edge. |
setEdgeRadius(value: double) | Sets the radius of the edge. |
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) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this LShape instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this LShape instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this LShape instance. |