Click or drag to resize

McViewND Interface

McViewND
Insertable ActiveX control used for ND visualization of volumes.

Namespace:  MediaCy.IQL.Display.ViewerND
Assembly:  MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McViewND
	Inherits IMcViewND
Remarks
The control supports ND 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 ND viewer
McViewND1.SourceImage = ActiveImage
'create circle animation rotating the volume around vertical axis
McViewND1.CreateAnimation 36, 0, 350, 0
See Also