DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Expand API ReferenceAPI Reference
Expand ViewsViews
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 > BSpline BRep Geometry > Mesh Geometry Go to DGKC docs Search Documentation


Mesh Interfaces

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

IMesh_DG
IVertex_DG
ISimplex_DG
IVertex_DG
IVertexSegment_DG

Mesh Entity objects can be created at runtime 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 IMesh_DG.FixupNormals method.