ArbitraryProfile
Overview
ArbitraryProfile is a class in Aspose.3D FOSS for Java.
Inherits from: Profile.
This class allows you to construct a 2D profile directly from arbitrary curve.
This class provides 20 methods for working with ArbitraryProfile objects in Java programs.
Available methods include: ArbitraryProfile, findProperty, getBoundingBox, getCurve, getEntityRendererKey, getExcluded, getHoles, getName, getParentNode, getParentNodes, getProperties, getProperty, and 7 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, holes, name, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
curve | Curve | Read | Gets the Curve used to construct the profile. |
holes | ArrayList<Curve> | Read | Gets holes of the profile, also represented as curve. |
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 |
|---|---|
ArbitraryProfile() | Constructor of ArbitraryProfile. |
ArbitraryProfile(curve: Curve) | Constructor of ArbitraryProfile with an initial curve. |
getCurve() → Curve | Gets the Curve used to construct the profile. |
setCurve(value: Curve) | Sets the Curve used to construct the profile. |
getHoles() → ArrayList<Curve> | Gets holes of the profile, also represented as curve. |
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 | Constructor of ArbitraryProfile. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this ArbitraryProfile instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this ArbitraryProfile instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this ArbitraryProfile instance. |