|
IcosphereVisual3DSubdivisions Property |
Gets or sets the number of subdivisions on top of the most basic icosphere.
The number of faces quadruple with every subdivision. Some examples: 2 (162 positions, 320 triangles); 3 (642 positions, 1280 triangles); 4 (2562 positions, 5120 triangles).
This value must be between 0 and 8.
Default value is 3.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public int Subdivisions { get; set; }
Property Value
Int32See Also