Table of Contents

Class Importer.MeshInfo

Namespace
HelixToolkit.SharpDX.Assimp
Assembly
HelixToolkit.SharpDX.Assimp.dll
protected sealed class Importer.MeshInfo
Inheritance
Importer.MeshInfo
Inherited Members

Constructors

MeshInfo()

Initializes a new instance of the Importer.MeshInfo class.

public MeshInfo()

MeshInfo(PrimitiveType, Mesh, Geometry3D?, int)

Initializes a new instance of the Importer.MeshInfo class.

public MeshInfo(PrimitiveType type, Mesh assimpMesh, Geometry3D? mesh, int materialIndex)

Parameters

type PrimitiveType

The type.

assimpMesh Mesh

The assimp mesh.

mesh Geometry3D

The mesh.

materialIndex int

Index of the material.

Fields

AssimpMesh

The Assimp mesh

public Mesh? AssimpMesh

Field Value

Mesh

MaterialIndex

The material index

public int MaterialIndex

Field Value

int

Mesh

The Helix mesh

public Geometry3D? Mesh

Field Value

Geometry3D

Type

The mesh type

public PrimitiveType Type

Field Value

PrimitiveType