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, 
   int debuggingFlag 
) 
Public Shared Sub Load3DObject( 
   ByVal id As String, 
   ByVal fileName As String, 
   ByVal renderingType As RenderingType, 
   ByVal debuggingFlag As Integer 
) 
public:  
   static void Load3DObject( 
      String^ id, 
      String^ fileName, 
      RenderingType^ renderingType, 
      Int32 debuggingFlag 
   ) 

Parameters

id

The id of the 3D object.

fileName

The file name of the cached volume.

renderingType

The rendering type of the 3D volume.

debuggingFlag

The value indicating the debugging flag.

Remarks
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

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