←Select platform

Load3DObject Method

Summary

Loads a 3D object that has been cached.

Syntax
C#
VB
C++
public static void Load3DObject( 
   string id, 
   string fileName, 
   RenderingType renderingType 
) 
Public Shared Sub Load3DObject(  
     ByVal id As String,  
     ByVal fileName As String,  
     ByVal renderingType As RenderingType  
  )  
public:   
   static void Load3DObject(  
      String^ id,  
      String^ fileName,  
      RenderingType^ renderingType  
   )  

Parameters

id

The id of the 3D object.

fileName

The file name of the cached volume.

renderingType

The rendering type of the 3D volume.

Remarks

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.