Kanzi 3.9.10
Mesh.CreateInfo Class Reference

Use Mesh.CreateInfo to describe and create meshes. More...

Inheritance diagram for Mesh.CreateInfo:
[legend]

Public Member Functions

long getNative ()
 Gets a pointer to the backing C++ instance.
 

Protected Attributes

Mesh_CreateInfoWrapper mWrapper
 

Detailed Description

Use Mesh.CreateInfo to describe and create meshes.

Vertex and index listings define meshes. Indices refer to vertices which define the faces of a mesh.

Member Function Documentation

◆ getNative()

long getNative ( )

Gets a pointer to the backing C++ instance.

Returns
A pointer to the backing C++ instance.