DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Expand API ReferenceAPI Reference
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > What is new Go to ActiveX docs Search Documentation


What is new in version 7.2

DGKC control has been upgraded to .NET Framework 4.8.

New DGKCn6 is a .NET 6.0 control.

DGKCn6 is published on NuGet.org, which allows easy and seamless integration into Visual Studio projects via NuGet mechanism.

All .NET samples have been upgraded to .NET 6.0.

New IEngrave_DG interface allows engraving 3D text into surfaces. The programming is demonstrated in new Engrave sample

IVirtualModelView_DG allows creating images from an arbitrary model, not necessarily the main model of the control with any view configuration (view point, etc.). It can be used for creating screenshots or even for transmitting 3D-like series of frame images over the Internet.

New Capture sample demonstrates IVirtualView_DG and IVirtualModelView_DG.

New IView_DG.ResetState() allows restoring the default state of the component for all parameters which can be modified programmatically: Rendering type, view type, background, etc.

IGeometricObject_DG.Mirror() allows mirroring 3D objects across an arbitrary plane.

Breaking change: AxisDirection property of ICircle_DG and IEllipse_DG has been removed. Please use Init() methods or the Location property for replacing setters and GetNormal() for replacing getters.