Dish
Overview
Dish is a class in Aspose.3D FOSS for Java.
Inherits from: Primitive.
Parameterized dish.
This class provides 38 methods for working with Dish objects in Java programs.
Available methods include: A3DObject, Dish, Entity, Primitive, SceneObject, findProperty, getBoundingBox, getCastShadows, getEntityRendererKey, getExcluded, getHeight, getHeightSegments, and 21 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: boundingBox, castShadows, entityRendererKey, excluded, height, heightSegments, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | double | Read | Height of the dish. |
radius | double | Read | Radius of the dish. |
widthSegments | int | Read | Gets the width segments. |
heightSegments | int | Read | Gets the height segments. |
castShadows | boolean | Read | Gets whether this geometry can cast shadow. |
receiveShadows | boolean | Read | Gets whether this geometry can receive shadow. |
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 |
|---|---|
getHeight() → double | Height of the dish. |
setHeight(value: double) | Sets the height value. |
getRadius() → double | Radius of the dish. |
setRadius(value: double) | Sets the radius value. |
getWidthSegments() → int | Gets the width segments. |
setWidthSegments(value: int) | Sets the width segments value. |
getHeightSegments() → int | Gets the height segments. |
setHeightSegments(value: int) | Sets the height segments value. |
Dish() | Create a new dish instance with default radius(10) and default height(5). |
Dish(name: String, radius: double, height: double, widthSegments: int, heightSegments: int) | Create a new dish instance with specified radius and height. |
toMesh() → Mesh | Convert current object to mesh. |
getCastShadows() → boolean | Gets whether this geometry can cast shadow. |
setCastShadows(value: boolean) | Sets the cast shadows value. |
getReceiveShadows() → boolean | Gets whether this geometry can receive shadow. |
setReceiveShadows(value: boolean) | Sets the receive shadows value. |
Primitive() | Initializes a new instance of the Primitive class. |
Primitive(name: String) | Initializes a new instance of the Primitive class. |
Entity(name: String) | Calls Entity(name) on this Dish instance. |
getParentNode() → Node | Returns the parent node. |
setParentNode(value: Node) | Sets the parent node value. |
getParentNodes() → ArrayList<Node> | Radius of the dish. |
getExcluded() → boolean | Returns the excluded. |
setExcluded(value: boolean) | Sets the excluded value. |
getBoundingBox() → BoundingBox | Returns the bounding box. |
getEntityRendererKey() → EntityRendererKey | Returns the entity renderer key. |
SceneObject() | Parameterized dish. |
SceneObject(name: String) | Calls SceneObject(name) on this Dish instance. |
getScene() → Scene | Returns the scene. |
A3DObject() | Calls A3DObject on this Dish instance. |
A3DObject(name: String) | Calls A3DObject(name) on this Dish instance. |
getName() → String | Height of the dish. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this Dish instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this Dish instance. |
setProperty(name: String, value: Object) | Gets the width segments. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this Dish instance. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this Dish instance. |