←Select platform

CreateObject Method

Summary

Creates a new 3D object id.

Syntax
C#
VB
C++
public static void CreateObject( 
   string id 
) 
Public Shared Sub CreateObject( 
   ByVal id As String 
) 
public:  
   static void CreateObject( 
      String^ id 
   ) 

Parameters

id

The new object id.

Remarks

Every object should have a unique id.

✅ IMPORTANT

Call this method first before creating the 3D volume.

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.