ZShape
Overview
ZShape is a class in Aspose.3D FOSS for Java.
Inherits from: ParameterizedProfile.
IFC compatible Z-shape profile defined by parameters.
This class provides 31 methods for working with ZShape objects in Java programs.
Available methods include: ZShape, findProperty, getBoundingBox, getDepth, getEdgeRadius, getEntityRendererKey, getExcluded, getExtent, getFilletRadius, getFlangeThickness, getFlangeWidth, getName, and 19 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 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
depth | double | Read | Gets the length of web. |
flangeWidth | double | Read | Gets the length of flange. |
webThickness | double | Read | Gets the thickness of wall. |
flangeThickness | double | Read | Gets the thickness of flange. |
filletRadius | double | Read | Gets the radius of fillet between flange and web. |
edgeRadius | double | Read | Gets the radius of flange edge. |
webEdgeRadius | double | Read | Gets the radius of web 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 |
|---|---|
ZShape() | Constructor of ZShape. |
getDepth() → double | Gets the length of web. |
setDepth(value: double) | Sets the length of web. |
getFlangeWidth() → double | Gets the length of flange. |
setFlangeWidth(value: double) | Sets the length of flange. |
getWebThickness() → double | Gets the thickness of wall. |
setWebThickness(value: double) | Sets the thickness of wall. |
getFlangeThickness() → double | Gets the thickness of flange. |
setFlangeThickness(value: double) | Sets the thickness of flange. |
getFilletRadius() → double | Gets the radius of fillet between flange and web. |
setFilletRadius(value: double) | Sets the radius of fillet between flange and web. |
getEdgeRadius() → double | Gets the radius of flange edge. |
setEdgeRadius(value: double) | Sets the radius of flange edge. |
getWebEdgeRadius() → double | Gets the radius of web edge. |
setWebEdgeRadius(value: double) | Sets the radius of web edge. |
getExtent() → Vector2 | Gets the extent in x and y dimension. |
getBoundingBox() → BoundingBox | Returns the bounding box. |
getParentNode() → Node | Constructor of ZShape. |
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 ZShape instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this ZShape instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this ZShape instance. |