TrapeziumShape
Overview
TrapeziumShape is a class in Aspose.3D FOSS for Java.
Inherits from: ParameterizedProfile.
IFC compatible Trapezium shape defined by parameters.
This class provides 25 methods for working with TrapeziumShape objects in Java programs.
Available methods include: TrapeziumShape, findProperty, getBottomXDim, getBoundingBox, getEntityRendererKey, getExcluded, getExtent, getName, getParentNode, getParentNodes, getProperties, getProperty, and 13 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: bottomXDim, boundingBox, entityRendererKey, excluded, extent, name, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
bottomXDim | double | Read | Gets the extent of the bottom line measured along the x-axis. |
topXDim | double | Read | Gets the extent of the top line measured along the x-axis. |
yDim | double | Read | Gets the distance between the top and bottom lines measured along the y-axis. |
topXOffset | double | Read | Gets the offset from the beginning of the top line to the bottom line. |
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 |
|---|---|
TrapeziumShape() | Constructor of TrapeziumShape. |
getBottomXDim() → double | Gets the extent of the bottom line measured along the x-axis. |
setBottomXDim(value: double) | Sets the extent of the bottom line measured along the x-axis. |
getTopXDim() → double | Gets the extent of the top line measured along the x-axis. |
setTopXDim(value: double) | Sets the extent of the top line measured along the x-axis. |
getYDim() → double | Gets the distance between the top and bottom lines measured along the y-axis. |
setYDim(value: double) | Sets the distance between the top and bottom lines measured along the y-axis. |
getTopXOffset() → double | Gets the offset from the beginning of the top line to the bottom line. |
setTopXOffset(value: double) | Sets the offset from the beginning of the top line to the bottom line. |
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> | Gets the extent of the bottom line measured along the x-axis. |
getExcluded() → boolean | Returns the excluded. |
setExcluded(value: boolean) | Sets the extent of the bottom line measured along the x-axis. |
getEntityRendererKey() → EntityRendererKey | Gets the extent of the top line measured along the x-axis. |
getScene() → Scene | Returns the scene. |
getName() → String | Constructor of TrapeziumShape. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this TrapeziumShape instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this TrapeziumShape instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this TrapeziumShape instance. |