ImageGear for .NET
GenerateIsosurface Method
See Also  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGear3DVisualization Class : GenerateIsosurface Method




document
An ImageGear.Core.ImGearDocument class object, which has slices of images in a 3D series stacked together in the desired order.
isoOptions
An ImGearIsosurfaceOptions class object, which has all the calculation options for isosurface algorithm.

Glossary Item Box

This method takes an ImageGear.Core.ImGearDocument class object and extracts the 3D isosurface into a vector page.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

document
An ImageGear.Core.ImGearDocument class object, which has slices of images in a 3D series stacked together in the desired order.
isoOptions
An ImGearIsosurfaceOptions class object, which has all the calculation options for isosurface algorithm.

Return Value

Returns an ImGearVectPage class object, which contains data for the generated isosurface.

See Also

©2013. Accusoft Corporation. All Rights Reserved.