simLDraw Plugin API reference
simLDraw.import
simLDraw.import
Description
Import a LDraw file.
Lua synopsis
int[] handles=simLDraw.import(string filePath)
Lua parameters
filePath
(string): path to the LDraw file
Lua return values
handles
(table of int): handles to the imported shapes
Python synopsis
list handles=simLDraw.import(string filePath)