←Select platform

Save3DObject Method

Summary

Saves the loaded 3D volume to the hard drive.

Syntax
C#
VB
C++
public static void Save3DObject( 
   string id, 
   string fileName 
) 
Public Shared Sub Save3DObject( 
   ByVal id As String, 
   ByVal fileName As String 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.