Sphere.Sphere
Contents
[
Hide
]Sphere()
Initializes a new instance of the Sphere with default radius 1.
public Sphere()
See Also
- class Sphere
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Sphere(double)
Initializes a new instance of the Sphere class with specified radius.
public Sphere(double radius)
| Parameter | Type | Description |
|---|---|---|
| radius | Double | Radius. |
See Also
- class Sphere
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Sphere(double, int, int)
Initializes a new instance of the Sphere class with specified radius, width segments and height segments.
public Sphere(double radius, int widthSegments, int heightSegments)
| Parameter | Type | Description |
|---|---|---|
| radius | Double | Radius of the sphere. |
| widthSegments | Int32 | Width segments. |
| heightSegments | Int32 | Height segments. |
See Also
- class Sphere
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Sphere(string, double, int, int, double, double, double, double)
Initializes a new instance of the Sphere class.
public Sphere(string name, double radius, int widthSegments, int heightSegments, double phiStart,
double phiLength, double thetaStart, double thetaLength)
| Parameter | Type | Description |
|---|---|---|
| name | String | Name. |
| radius | Double | Radius of the sphere. |
| widthSegments | Int32 | Width segments. |
| heightSegments | Int32 | Height segments. |
| phiStart | Double | Phi start. |
| phiLength | Double | Phi length. |
| thetaStart | Double | Theta start. |
| thetaLength | Double | Theta length. |
See Also
- class Sphere
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D