Get a slice of the 3D volume and maps it to a file with a file name.
public void GetSliceImage(
string guid,
IList<IList<Point3D>> curvePoints,
IList<Point3D> verticalCurve,
SliceInfo info
)
public:
void GetSliceImage(
String^ guid,
IList<IList<Point3D^>^>^ curvePoints,
IList<Point3D^>^ verticalCurve,
SliceInfo^ info
)
guid
File name that contains the extracted slice.
curvePoints
2-dimensional array of 3D points that make up the horizontal pixel of the output image.
verticalCurve
Array of 3D points that make up the vertical pixels of the output image.
info
Class that contains the type, thickness, and information about the slice extraction.
curvePoints is a 2-dimensional array and only the first array item is used. Hence, you can only create a 2-dimensional array with one array item, the rest is for future reference.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document