Click or drag to resize
AB4D logo

IcosphereMesh3D(Point3D, Double, Int32) Constructor

Constructor

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public IcosphereMesh3D(
	Point3D centerPosition,
	double radius,
	int subdivisions
)

Parameters

centerPosition  Point3D
center of the sphere
radius  Double
radius of the sphere
subdivisions  Int32
Number of subdivisions on top of the most basic icosphere. The number of faces quadruple with every subdivision.
See Also