Click or drag to resize

Simple3DRendererAddSphere(Sphere, Int32, Boolean, Double) Method

Renders a sphere.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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