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 > What is new Go to DGKC docs Search Documentation


What is new in version 7.2

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.