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
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Expand ModelModel
Collapse ViewView
Expand General ComputingGeneral Computing
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > API Reference > View > IVirtualModelView_DG Go to ActiveX docs Search Documentation


IVirtualModelView_DG Interface

IVirtualModelView_DG allows creating images from an arbitrary model, not necessarily the main model of the control with any view configuration (view point, etc.).

IVirtualModelView_DG can be queried from IView_DG. Typical query: dgControl.GetView() > IVirtualModelView_DG

See also Capture sample

Create
Render
Destroy

IView_DG Create(IModel_DG model, PairIntDg size)


IBitmap_DG Render()


void Destroy()