Click or drag to resize

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

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.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
Type: SystemByte
vertexComponents
Type: NeoAxisVertexElement
indices
Type: SystemInt32
resultVertices
Type: NeoAxisStandardVertex
resultIndices
Type: SystemInt32
error
Type: SystemString

Return Value

Type: Boolean
See Also