Click or drag to resize

MeshGeometryExtractActualGeometry(Byte, VertexElement, Int32, StandardVertex, Int32, String) Method

Extracts actual geometry from a virtualized geometry data or from vertex index arrays.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool ExtractActualGeometry(
	byte[] vertices,
	VertexElement[] vertexComponents,
	int[] indices,
	out StandardVertex[] resultVertices,
	out int[] resultIndices,
	out string error
)

Parameters

vertices  Byte
vertexComponents  VertexElement
indices  Int32
resultVertices  StandardVertex
resultIndices  Int32
error  String

Return Value

Boolean
See Also