Curve
Overview
Curve is a class in Aspose.3D FOSS for Java.
Inherits from: Entity.
The base class of all curve implementations.
This class provides 24 methods for working with Curve objects in Java programs.
Available methods include: A3DObject, Curve, Entity, SceneObject, findProperty, getBoundingBox, getColor, getEntityRendererKey, getExcluded, getName, getParentNode, getParentNodes, and 9 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: boundingBox, color, entityRendererKey, excluded, name, parentNode, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
color | Vector3 | Read | Gets or sets the color of the line, default value is white(1, 1, 1). |
entityRendererKey | EntityRendererKey | Read | Gets the entity renderer key for this entity. |
parentNode | Node | Read | Gets the parent node. |
parentNodes | ArrayList<Node> | Read | Gets the parent nodes. |
excluded | boolean | Read | Gets the excluded. |
boundingBox | BoundingBox | Read | Gets the bounding box. |
scene | Scene | Read | Gets the scene. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
getColor() → Vector3 | Gets or sets the color of the line, default value is white(1, 1, 1). |
setColor(color: Vector3) | Sets the color value. |
Curve() | Constructor. |
getEntityRendererKey() → EntityRendererKey | Gets the entity renderer key for this entity. |
Entity(name: String) | Gets or sets the color of the line, default value is white(1, 1, 1). |
getParentNode() → Node | Returns the parent node. |
setParentNode(value: Node) | Sets the parent node value. |
getParentNodes() → ArrayList<Node> | Protected constructor to allow derived classes to set name. |
getExcluded() → boolean | Returns the excluded. |
setExcluded(value: boolean) | Sets the excluded value. |
getBoundingBox() → BoundingBox | Returns the bounding box. |
SceneObject() | Calls SceneObject on this Curve instance. |
SceneObject(name: String) | Calls SceneObject(name) on this Curve instance. |
getScene() → Scene | Gets or sets the color of the line, default value is white(1, 1, 1). |
A3DObject() | Calls A3DObject on this Curve instance. |
A3DObject(name: String) | Calls A3DObject(name) on this Curve instance. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this Curve instance. |
getProperty(name: String) → Object | Constructor. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Gets the entity renderer key for this entity. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this Curve instance. |