Sphere
Overview
Sphere is a class in Aspose.3D FOSS for Java.
Inherits from: Geometry, IMeshConvertible.
Parameterized sphere.
This class provides 53 methods for working with Sphere objects in Java programs.
Available methods include: A3DObject, Entity, Geometry, SceneObject, Sphere, addDeformer, addElement, createElement, createElementUV, findProperty, getBoundingBox, getCastShadows, and 38 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: boundingBox, castShadows, controlPoints, deformers, deformers2, excluded, and 15 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
widthSegments | int | Read | Gets or sets the width segments. |
heightSegments | int | Read | Gets or sets the height segments. |
phiStart | double | Read | Gets or sets the phi start. |
phiLength | double | Read | Gets or sets the length of phi. |
thetaStart | double | Read | Gets or sets the theta start. |
thetaLength | double | Read | Gets or sets the length of theta. |
radius | double | Read | Gets or sets radius of the sphere. |
visible | boolean | Read | Gets the visible. |
castShadows | boolean | Read | Gets the cast shadows. |
receiveShadows | boolean | Read | Gets the receive shadows. |
controlPoints | java.util.List<Vector4> | Read | Gets the control points. |
vertexElements | java.util.List<VertexElement> | Read | Gets the vertex elements. |
deformers | java.util.List<Deformer> | Read | Gets the deformers. |
deformers2 | java.util.Collection<T> | Read | Gets the deformers2. |
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 |
|---|---|
Sphere() | Initializes a new instance of Sphere with default radius 1. |
Sphere(radius: double) | Initializes a new instance of Sphere class with specified radius. |
Sphere(radius: double, widthSegments: int, heightSegments: int) | Initializes a new instance of Sphere class with specified radius, width segments and height segments. |
Sphere(name: String, radius: double, widthSegments: int, heightSegments: int, phiStart: double, phiLength: double, thetaStart: double, thetaLength: double) | Initializes a new instance of Sphere class. |
getWidthSegments() → int | Gets or sets the width segments. |
setWidthSegments(value: int) | Sets the width segments value. |
getHeightSegments() → int | Gets or sets the height segments. |
setHeightSegments(value: int) | Sets the height segments value. |
getPhiStart() → double | Gets or sets the phi start. |
setPhiStart(value: double) | Sets the phi start value. |
getPhiLength() → double | Gets or sets the length of phi. |
setPhiLength(value: double) | Sets the phi length value. |
getThetaStart() → double | Gets or sets the theta start. |
setThetaStart(value: double) | Sets the theta start value. |
getThetaLength() → double | Gets or sets the length of theta. |
setThetaLength(value: double) | Sets the theta length value. |
getRadius() → double | Gets or sets radius of the sphere. |
setRadius(value: double) | Sets the radius value. |
toMesh() → Mesh | Convert current object to mesh. |
Geometry() | Calls Geometry on this Sphere instance. |
getVisible() → boolean | Returns the visible. |
setVisible(value: boolean) | Sets the visible value. |
getCastShadows() → boolean | Returns the cast shadows. |
setCastShadows(value: boolean) | Initializes a new instance of Box class. |
getReceiveShadows() → boolean | Returns the receive shadows. |
setReceiveShadows(value: boolean) | Initializes a new instance of Cylinder class. |
getControlPoints() → java.util.List<Vector4> | Returns the control points. |
getVertexElements() → java.util.List<VertexElement> | Returns the vertex elements. |
getDeformers() → java.util.List<Deformer> | Returns the deformers. |
getElement(type: VertexElementType) → VertexElement | Gets or sets width segments. |
createElement(type: VertexElementType) → VertexElement | Gets or sets the height segments. |
addElement(element: VertexElement) | Calls addElement(element) on this Sphere instance. |
addDeformer(deformer: Deformer) | Adds a deformer to this geometry and sets the owner reference. |
getVertexElementOfUV(mapping: TextureMapping) → VertexElementUV | Calls getVertexElementOfUV(mapping) on this Sphere instance. |
createElementUV(mapping: TextureMapping) → VertexElementUV | Calls createElementUV(mapping) on this Sphere instance. |
getDeformers2() → java.util.Collection<T> | Returns the deformers2. |
Entity() | NURBS curve is a curve represented by NURBS(Non-uniform rational basis spline), A NURBS curve is defined by its getOrder(), a set of weighted Geometry.getControlPoints() and a getKnotVectors() The w component in control point is used as control point’s weight, whatever it is a CurveDimension.TWO_DIMENSIONAL or CurveDimension.THREE_DIMENSIONAL |
getParentNode() → Node | Constructor of instance. |
setParentNode(value: Node) | The Boolean operator used in the operation to create the result mesh. |
getParentNodes() → ArrayList<Node> | Protected constructor to allow derived classes to set name. |
getExcluded() → boolean | The Boolean operator used in the operation to create the result mesh. |
setExcluded(value: boolean) | Sets the excluded value. |
getBoundingBox() → BoundingBox | The first operand of the Boolean operator. |
SceneObject() | Boolean operator allows you to apply Boolean operation on two IMeshConvertible instances. |
getScene() → Scene | Constructor of BooleanOperator. |
A3DObject() | Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero. |
getName() → String | The segments of the curve. |
setName(name: String) | Constructs a CircleShape profile with specified radius. |
getProperties() → PropertyCollection | Initializes a new instance of Cylinder class. |
findProperty(name: String) → Property | Initializes a new instance of the Bone class. |
getProperty(name: String) → Object | Gets the transform matrix of the node in current pose. |
setProperty(name: String, value: Object) | Gets the width segments. |
removeProperty(name: String) → boolean | Gets flip coordinate system of control points/normal during importing/exporting. |