ObjectModel.GetTriangleIndices(UInt32[]) Method

Definition

Returns triangle indices on object model surface.

public:
 void GetTriangleIndices(cli::array <System::UInt32> ^ indices);
public void GetTriangleIndices (uint[] indices);
member this.GetTriangleIndices : uint32[] -> unit
Public Sub GetTriangleIndices (indices As UInteger())

Parameters

indices
UInt32[]

Buffer to store triangle indices, allocated by the caller.

Applies to