|
SphereMesh3D(Point3D, Double, Int32) Constructor |
Constructor
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public SphereMesh3D(
Point3D centerPosition,
double radius,
int segments
)
Parameters
- centerPosition Point3D
- center of the sphere
- radius Double
- radius of the sphere
- segments Int32
- number of segments that define the sphere
See Also