Returns a RasterImage that represents a slice of the 3D volume that have been extracted using the specified curves and parameters.
public static RasterImage GetSlice(
string id,
LeadPoint3D[][] curves,
LeadPoint3D[] zCurve,
SliceInfo info
)
id
The ID of the 3d volume object.
curves
2-dimensional array of 3D points that make up the horizontal pixel of the output image.
zCurve
Array of 3D points that make up the vertical pixels of the output image.
info
Class that contains the type, thickness and more information on how the slice is extracted.
RasterImage that represents the extracted slice.
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.