Click or drag to resize

SimpleMeshGeneratorGenerateCylinder(Int32, Double, Double, Int32, Boolean, Boolean, Boolean, Vector3F, Int32) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void GenerateCylinder(
	int axis,
	double radius,
	double height,
	int segments,
	bool needTop,
	bool needSide,
	bool needBottom,
	out Vector3F[] positions,
	out int[] indices
)

Parameters

axis  Int32
 
radius  Double
 
height  Double
 
segments  Int32
 
needTop  Boolean
 
needSide  Boolean
 
needBottom  Boolean
 
positions  Vector3F
 
indices  Int32
 
See Also