HShape
Overview
HShape is a class in Aspose.3D FOSS for Java.
Inherits from: ParameterizedProfile.
The HShape provides the defining parameters of an ‘H’ or ‘I’ shape.
This class provides 37 methods for working with HShape objects in Java programs.
Available methods include: HShape, findProperty, getBottomFlangeEdgeRadius, getBottomFlangeFilletRadius, getBottomFlangeThickness, getBottomFlangeWidth, getBoundingBox, getEntityRendererKey, getExcluded, getExtent, getName, getOverallDepth, and 25 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: bottomFlangeEdgeRadius, bottomFlangeFilletRadius, bottomFlangeThickness, bottomFlangeWidth, boundingBox, entityRendererKey, and 13 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
overallDepth | double | Read | Gets the extent of the depth. |
bottomFlangeWidth | double | Read | Gets the extent of the width. |
topFlangeWidth | double | Read | Gets the width of the top flange. |
topFlangeThickness | double | Read | Gets the thickness of the top flange. |
topFlangeEdgeRadius | double | Read | Gets the radius of the lower edges of the top flange. |
topFlangeFilletRadius | double | Read | Gets the radius of fillet between the web and the top flange. |
bottomFlangeThickness | double | Read | Gets the flange thickness of H-shape. |
webThickness | double | Read | Gets the thickness of the web of the H-shape. |
bottomFlangeFilletRadius | double | Read | Gets the radius of fillet between the web and the bottom flange. |
bottomFlangeEdgeRadius | double | Read | Gets the radius of the upper edges of the bottom flange. |
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 |
|---|---|
HShape() | Constructor of HShape |
| / | |
getOverallDepth() → double | Gets the extent of the depth. |
setOverallDepth(value: double) | Sets the extent of the depth. |
getBottomFlangeWidth() → double | Gets the extent of the width. |
setBottomFlangeWidth(value: double) | Sets the extent of the width. |
getTopFlangeWidth() → double | Gets the width of the top flange. |
setTopFlangeWidth(value: double) | Sets the width of the top flange. |
getTopFlangeThickness() → double | Gets the thickness of the top flange. |
setTopFlangeThickness(value: double) | Sets the thickness of the top flange. |
getTopFlangeEdgeRadius() → double | Gets the radius of the lower edges of the top flange. |
setTopFlangeEdgeRadius(value: double) | Sets the radius of the lower edges of the top flange. |
getTopFlangeFilletRadius() → double | Gets the radius of fillet between the web and the top flange. |
setTopFlangeFilletRadius(value: double) | Sets the radius of fillet between the web and the top flange. |
getBottomFlangeThickness() → double | Gets the flange thickness of H-shape. |
setBottomFlangeThickness(value: double) | Sets the flange thickness of H-shape. |
getWebThickness() → double | Gets the thickness of the web of the H-shape. |
setWebThickness(value: double) | Sets the thickness of the web of the H-shape. |
getBottomFlangeFilletRadius() → double | Gets the radius of fillet between the web and the bottom flange. |
setBottomFlangeFilletRadius(value: double) | Sets the radius of fillet between the web and the bottom flange. |
getBottomFlangeEdgeRadius() → double | Gets the radius of the upper edges of the bottom flange. |
setBottomFlangeEdgeRadius(value: double) | Sets the radius of the upper edges of the bottom flange. |
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 | Gets or sets the radius of the lower edges of the top flange. |
setExcluded(value: boolean) | Sets the excluded value. |
getEntityRendererKey() → EntityRendererKey | Returns the entity renderer key. |
getScene() → Scene | Returns the scene. |
getName() → String | Gets or sets the extent of the width. |
setName(name: String) | Gets or sets the width of the top flange. |
getProperties() → PropertyCollection | Gets or sets the thickness of the top flange. |
findProperty(name: String) → Property | Calls findProperty(name) on this HShape instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this HShape instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this HShape instance. |