DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse 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 > Models > Entities > Geometry > Mesh > Mesh Geometry Search Documentation


Mesh Geometry

Surface of Mesh Geometry is defined by its mesh.

Note that unlike 3DS and SOR sections Mesh Sections are not parametric objects. In the current release surface of a mesh section can only be modified programmatically in DG Kernel component using meshing interfaces. Objects imported from OBJ, VRML or STL CAD formats are added to the model as Entities with "Mesh" type of geometry. Mesh geometry can also useful for programmatic surface generation or manipulation for complicated objects or where exact interpolation of calculated points is required.

Mesh Entity objects can be created dynamically using Object Generator class. To convert another type of geometry to Mesh call IEntity_DG.SetGeometryType("Mesh")