Click or drag to resize

SimpleMeshGeneratorGenerateCone(Int32, SimpleMeshGeneratorConeOrigin, Double, Double, Int32, Boolean, Boolean, Vector3, 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 GenerateCone(
	int axis,
	SimpleMeshGeneratorConeOrigin origin,
	double radius,
	double height,
	int segments,
	bool needSide,
	bool needBottom,
	out Vector3[] positions,
	out int[] indices
)

Parameters

axis  Int32
 
origin  SimpleMeshGeneratorConeOrigin
 
radius  Double
 
height  Double
 
segments  Int32
 
needSide  Boolean
 
needBottom  Boolean
 
positions  Vector3
 
indices  Int32
 
See Also