Click or drag to resize

Simple3DRendererAddSphere Method (Sphere, Int32, Boolean, Double)

Renders a sphere.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void AddSphere(
	Sphere sphere,
	int segments = 32,
	bool solid = false,
	double lineThickness = 0
)

Parameters

sphere
Type: NeoAxisSphere
The sphere
segments (Optional)
Type: SystemInt32
The count of lines in circles of sphere.
solid (Optional)
Type: SystemBoolean
lineThickness (Optional)
Type: SystemDouble
See Also