CShape
Overview
CShape is a class in Aspose.3D FOSS for Java.
Inherits from: ParameterizedProfile.
IFC compatible C-shape profile that defined by parameters.
This class provides 27 methods for working with CShape objects in Java programs.
Available methods include: CShape, findProperty, getBoundingBox, getDepth, getEntityRendererKey, getExcluded, getExtent, getGirth, getInternalFilletRadius, 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, entityRendererKey, excluded, extent, girth, 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. |
girth | double | Read | Gets the length of girth. |
wallThickness | double | Read | Gets the thickness of the wall. |
internalFilletRadius | double | Read | Gets the internal fillet radius. |
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 |
|---|---|
CShape() | Constructor of CShape. |
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. |
getGirth() → double | Gets the length of girth. |
setGirth(value: double) | Sets the length of girth. |
getWallThickness() → double | Gets the thickness of the wall. |
setWallThickness(value: double) | Sets the thickness of the wall. |
getInternalFilletRadius() → double | Gets the internal fillet radius. |
setInternalFilletRadius(value: double) | Sets the internal fillet radius. |
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 | Gets the depth of the profile. |
getProperty(name: String) → Object | Calls getProperty(name) on this CShape instance. |
setProperty(name: String, value: Object) | Sets the depth of the profile. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this CShape instance. |