Save3DObject Method

Summary

Saves the loaded 3D volume to the hard drive.

Syntax
C#
C++/CLI
public static void Save3DObject( 
   string id, 
   string fileName 
) 
public:  
   static void Save3DObject( 
      String^ id, 
      String^ fileName 
   ) 

Parameters

id

The id of the 3D object

fileName

The file name of the file to which the 3D volume is saved.

Remarks

- Save3DObject will cache the loaded 3D volume so the next time it is loaded, it will be loaded faster, by simply calling Load3DObject. - To start creating a 3D object, call CreateObject. - To create a 3D volume that is not cached, call Create. - To load the saved file, call Load3DObject.

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.