Click or drag to resize

Simple3DRendererAddCylinder(Cylinder, Int32, Boolean, Double) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract void AddCylinder(
	Cylinder cylinder,
	int segments = 32,
	bool solid = false,
	double lineThickness = 0
)

Parameters

cylinder  Cylinder
 
segments  Int32  (Optional)
 
solid  Boolean  (Optional)
 
lineThickness  Double  (Optional)
 
See Also