←Select platform

GetSliceImage Method

Summary

Get a slice of the 3D volume and maps it to a file with a file name.

Syntax
C#
C++/CLI
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 
   ) 

Parameters

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.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.