SimpleMeshGeneratorGenerateCylinder(Int32, Double, Double, Int32, Boolean, Boolean, Boolean, Vector3, Int32) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void GenerateCylinder(
int axis,
double radius,
double height,
int segments,
bool needTop,
bool needSide,
bool needBottom,
out Vector3[] positions,
out int[] indices
)
Parameters
- axis Int32
-
- radius Double
-
- height Double
-
- segments Int32
-
- needTop Boolean
-
- needSide Boolean
-
- needBottom Boolean
-
- positions Vector3
-
- indices Int32
-
See Also