Click or drag to resize
AB4D logo

SphereMesh3D(Point3D, Double, Int32) Constructor

Constructor

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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