←Select platform

GetSlice Method

Summary

Returns a RasterImage that represents a slice of the 3D volume that have been extracted using the specified curves and parameters.

Syntax
C#
C++/CLI
public static RasterImage GetSlice( 
   string id, 
   LeadPoint3D[][] curves, 
   LeadPoint3D[] zCurve, 
   SliceInfo info 
) 
public:  
   static RasterImage^ GetSlice( 
      String^ id, 
      array<array<LeadPoint3D^>^>^ curves, 
      array<LeadPoint3D^>^ zCurve, 
      SliceInfo^ info 
   ) 

Parameters

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.

Return Value

RasterImage that represents the extracted slice.

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

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