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 > What is new Search Documentation


What is new in version 6.0

DG Kernel is considered a new product. Most features of KernelCAD are supported. See Porting to DGK.

Improved support for parametric modeling using expanded and improved interface, new examples and documentation

Interface set has been redesigned to simplify and make it uniform across all technologies. Old interfaces are supported also

New .mdg file format is better suited for future development. The previous .glm format is still supported. It is possible to convert glm to mdg and vice versa

In the new interface (DG Interface) Section term has been replaced with Entity to follow closer the industry standard. There is no separate SceneItem notion in v6.0

New Geometry concept allows isolation of internal geometry of an object from its role in model hierarchy and its 3D placement and orientation

Support for Wavefront .obj file format

Transient Boolean property allows excluding an entity from save operations

IEuclideanShortestPath_KC interface has been expanded. The ESP sample demonstrates using shortest segments to define polygons on curved free-form surfaces. The curved segments stay on top, even if the surface is not convex. This provides a way to define 2D geometry on surfaces.

Redistribution has been simplified.

Rendering inside ClientDraw event handler is no longer supported. It is recommended to use regular model entities to add auxiliary objects to the scene. Details.

New Console sample demonstrates using DGK component for geometric calculations in a command line application.

New Samples\NET\C#\Tests\ folder contains test applications which perform basic tests of interface methods not used in samples.

C++ samples have been converted to use smart pointers.

Model Explorer can be launched by pressing q key with focus on DGK window.

New methods of IMaterial allow customisation of color for parametric iso curves and wireframe meshes.

Display of normals turned on by Advanced > Normals in context menu is considered volatile short term and is switched off automatically on any model modification, model load and other events.

New DeviationFactor component context parameter allows adjustment of the deviation calculated at runtime by triangulation algorithm for surface presentation in special situations.

New or expanded Interfaces:

IAppearance_DG
IArray_DG
IArrayDouble_DG
IArrayInt_DG
IBooleanEntity_DG
IBox_DG
IBRepBuilder_DG
IBRepBuilderEx_DG
IBRepChamfer_DG
IBRepCompositeSolid_DG
IBRepCompound_DG
IBRepDraftAngle_DG
IBRepEdge_DG
IBRepFace_DG
IBRepFeaturePrism_DG
IBRepFillet_DG
IBRepGeometry_DG
IBRepShape_DG
IBRepShell_DG
IBRepSolid_DG
IBRepWire_DG
IBRepVertex_DG
IBSplineCurve_DG
IBSplineSurface_DG
ICircle_DG
ICircle2d_DG
ICone_DG
ICurve_DG
ICurve2d_DG
ICylinder_DG
IDraw_DG
IDictionary_DG
IEntity_DG
IEntityArray_DG
IEuclideanShortestPath_KC
IFrame_DG
IFrame2d_DG
IGeometry_DG
IItemArray_DG
ILine_DG
ILine2d_DG
IList_DG
IMapUnkn_DG
IMatrix_DG
IModel_DG
IObject_DG
IObjectGenerator_DG
IPartialSplineProps_DG
IPick_DG
IPlane_DG
IPointArray_DG
IPointMatrix_DG
IPolygon3D_DG
IScene_DG
ISphere_DG
IStdShape_DG
IStdShapeRef_DG
ISurfacePoint_DG
ITorus_DG
IUVSurface_DG
IView_DG

Samples

All samples have been upgraded to use new interface and revised. New samples:

Sample New functionality
Console Demonstrates using DGK component for calculations in a command line application
Curves Creation of bspline curves
Face Construction of curves on surfaces via pcurves and projection. Building BRep faces.
Selection Handling selection events
Shape Builder Runtime construction of BRep shapes. Standalone shapes.
Shape Mods Different methods of entity modification and managing references to its attributes
Solids Construction of solids and operations on them
Surfaces Creation of bspline surfaces

Features of KernelCAD unsupported in DG Kernel 6.0

Priority Features
ASAP 3D Text, Smart Labels, ITechnology_DG and Bridge samples, 3D Debugger, Overlays, Symmetries, User Data
Later Transparent Background, Dual mode, 2D View mode, Angle measurement, Printing, eXplorer demo, Cannon sample, Planar Boolean Ops, Patchwork sample, Left-Hand Coordinate Axes, Secure models
Unlikely Line on mesh operation, Cut mesh operation, Direct User Access Sample, Startup Settings File, KCBRep Geometry, Embedded models