RevolvedAreaSolid
Overview
RevolvedAreaSolid is a class in Aspose.3D FOSS for Java.
Inherits from: Entity, IMeshConvertible.
This class represents a solid model by revolving a cross section provided by a profile about an axis.
This class provides 33 methods for working with RevolvedAreaSolid objects in Java programs.
Available methods include: A3DObject, Entity, RevolvedAreaSolid, SceneObject, findProperty, getAngleEnd, getAngleStart, getAxis, getBoundingBox, getEntityRendererKey, getExcluded, getName, and 18 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: angleEnd, angleStart, axis, boundingBox, entityRendererKey, excluded, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
angleStart | double | Read | Gets the starting angle of the revolving procedure, measured in radian. |
angleEnd | double | Read | Gets the ending angle of the revolving procedure, measured in radian. |
axis | Vector3 | Read | Gets the axis direction. |
origin | Vector3 | Read | Gets the origin point of the revolving. |
shape | Profile | Read | Gets the base profile used to revolve. |
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. |
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 |
|---|---|
getAngleStart() → double | Gets the starting angle of the revolving procedure, measured in radian. |
setAngleStart(value: double) | Sets the angle start value. |
getAngleEnd() → double | Gets the ending angle of the revolving procedure, measured in radian. |
setAngleEnd(value: double) | Sets the angle end value. |
getAxis() → Vector3 | Gets the axis direction. |
setAxis(value: Vector3) | Sets the axis value. |
getOrigin() → Vector3 | Gets the origin point of the revolving. |
setOrigin(value: Vector3) | Sets the origin value. |
getShape() → Profile | Gets the base profile used to revolve. |
setShape(value: Profile) | Sets the shape value. |
RevolvedAreaSolid() | Constructor of RevolvedAreaSolid. |
toMesh() → Mesh | Not implemented in the FOSS edition — throws at runtime. Converts the revolved solid into a Mesh object for rendering or export |
Entity(name: String) | Calls Entity(name) on this RevolvedAreaSolid instance. |
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. |
getBoundingBox() → BoundingBox | Gets the axis direction. |
getEntityRendererKey() → EntityRendererKey | Returns the entity renderer key. |
SceneObject() | This class represents a solid model by revolving a cross section provided by a profile about an axis. |
SceneObject(name: String) | Calls SceneObject(name) on this RevolvedAreaSolid instance. |
getScene() → Scene | Returns the scene. |
A3DObject() | Calls A3DObject on this RevolvedAreaSolid instance. |
A3DObject(name: String) | Calls A3DObject(name) on this RevolvedAreaSolid 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 RevolvedAreaSolid instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this RevolvedAreaSolid instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this RevolvedAreaSolid instance. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this RevolvedAreaSolid instance. |