DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > Model > Entities > Geometry > Mesh Geometry Search Documentation


Mesh Interfaces

Interfaces of this group allow direct manipulation of mesh representing surface.

IMesh
IIterator
IVertex
ISimplex
IMeshEx
IMeshMods
IMeshTopol
IMeshPointKC
ISimplexEx_KC
IVertexEx_KC
IEdge_KC

Mesh Entity objects can be created dynamically using Object Generator class. See Morph Sample for an example.

It is more efficient to add any simplexes after coordinates of all vertices have been calculated. Otherwise normals calculated automatically during this process will be incorrect, which will result in incorrect lighting of the object. To recalculate all normals in the mesh call IMeshMods.FixupNormals method.