Simple3DRendererAddSphere(Sphere, Int32, Boolean, Double) Method |
Renders a sphere.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void AddSphere(
Sphere sphere,
int segments = 32,
bool solid = false,
double lineThickness = 0
)
Parameters
- sphere Sphere
- The sphere
- segments Int32 (Optional)
- The count of lines in circles of sphere.
- solid Boolean (Optional)
-
- lineThickness Double (Optional)
-
See Also