DisposeCutPlanesData Method

Summary
Disposes the cut-plane data.
Syntax
C#
C++/CLI
public void DisposeCutPlanesData() 
            public: 
void DisposeCutPlanesData();  
Remarks
  • In order to generate the cut-plane, the program will internally have to allocate a large amount of data. Keeping this data allocated after being done with the cut-plane is inefficient. It is best to call this method after being done with the cut-plane feature.
  • Also, it is best not to call this method after deleting every cut-plane. Since it will require the program to recalculate data once again. Keep such data (not calling this method), until after you are done with the cut-plane, or when you need a large amount of free memory.
Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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