CenterLineProfile
Overview
CenterLineProfile is a class in Aspose.3D FOSS for Java.
Inherits from: Profile.
IFC compatible center line profile.
This class provides 20 methods for working with CenterLineProfile objects in Java programs.
Available methods include: CenterLineProfile, findProperty, getBoundingBox, getCurve, getEntityRendererKey, getExcluded, getName, getParentNode, getParentNodes, getProperties, getProperty, getScene, and 8 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: boundingBox, curve, entityRendererKey, excluded, name, parentNode, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
thickness | double | Read | Gets the thickness applied along the center line. |
curve | Curve | Read | Gets the center line curve of the profile. |
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 |
|---|---|
CenterLineProfile(curve: Curve, thickness: double) | Constructs a new CenterLineProfile with specified curve as center line. |
getThickness() → double | Gets the thickness applied along the center line. |
setThickness(value: double) | Sets the thickness applied along the center line. |
getCurve() → Curve | Gets the center line curve of the profile. |
setCurve(value: Curve) | Sets the center line curve of the profile. |
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 | Constructs a new CenterLineProfile with specified curve as center line. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this CenterLineProfile instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this CenterLineProfile instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this CenterLineProfile instance. |