DGKC Control Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > DG Kernel Control > DG Kernel Control Go to ActiveX docs Search Documentation


DGKC Control

DGKC control allows displaying and modifying 3D models. See Creating models.

To use DGKC control in an application, add reference to the installed DGKC.dll to the project. The control will appear in the control toolbox and can be added to a form in design mode. See also Patch Programming Tutorial.

The main property of the control is the path of the model file. This property can be set at design time and changed programmatically at run time. See Properties for the full list. The model path can be an empty string. In which case the display of the control window will be empty. This option is useful when accessing the file system is not desirable and the model needs to be constructed at runtime

See Programming DGKC Control topic about manipulation of the model and its rendering properties at runtime.