Method Import3d
Import3d(string, string, int)
Adds one ore more 3D entities to the catalog from a 3D file. The accepted 3D formars are .3DS, .SKP and .ALK.
Declaration
public void Import3d(string filename, string entityName, int alkUserDataPointer = 0)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename of the file to import. |
string | entityName | Name of the highest level entity. |
int | alkUserDataPointer | Optional parameter is useful only in the case of importing an .ALK file. |