|
Model3DFactoryCreateSphere(Double, Int32, Material) Method |
Creates a 3D Sphere model positioned at (0, 0, 0).
Namespace: Ab3d.ModelsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static GeometryModel3D CreateSphere(
double radius,
int segments,
Material material
)
Parameters
- radius Double
- radius of the sphere
- segments Int32
- number of segments that define the sphere
- material Material
- material
Return Value
GeometryModel3D3D Sphere model as GeometryModel3D
Remarks See Also