ObjectModel.GetTriangleIndices(UInt32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.