←Select platform

OperationType Enumeration

Summary

Get a slice of the 3d volume and return it as a image

Syntax
C#
C++/CLI
public enum OperationType 
public: 
   enum class OperationType sealed 
Members
Value Member Description
0 MIP Maximum intensity projection
1 VRT Volume rendering technique ( default )
2 Avg Average volume rendering
Remarks
  • This is used with the GetSlice to get the slice rendered using the specified projection method.
  • The effect wont be seen if the extracted slice is 1 pixel width, you need to make the slice thickness wider so the effect will take place, because the method is used to merge the pixels together in the thick slice using the specified method.
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.