Click or drag to resize

McView3D Interface

McView3D
Insertable ActiveX control used for 3D visualization of volumes.

Namespace:  MediaCy.IQL.Display.Viewer3D
Assembly:  MediaCy.IQL.Display.Viewer3D (in MediaCy.IQL.Display.Viewer3D.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McView3D
	Inherits IMcView3D
Remarks
The control supports 3D Viewing based on OpenGL using blending and maximum intensity projection compositions, orthogonal and perspective view, mouse controlled rotation and zooming. The control also supports creating of simple volume animation sequences.
Examples
VB
'load active image into 3D viewer
McView3D1.SourceImage = ActiveImage
'create circle animation rotating the volume around vertical axis
McView3D1.CreateAnimation 36, 0, 350, 0
See Also