|
Python Script Engine
8.0
GL Studio Editor Python Script API
|
Public Member Functions | |
| Group * | Import (String filename, Document doc, bool reposition, bool enableLighting, float scale) |
Static Public Member Functions | |
| static GlsWMFImporter & | GetInstance (void) |
Plug-in used to import WMF files into GLStudio.
|
static |
| Group* GlsWMFImporter::Import | ( | String | filename, |
| Document | doc, | ||
| bool | reposition, | ||
| bool | enableLighting, | ||
| float | scale | ||
| ) |
Imports a WMF file using the WMF Importer.
| filename | Name of the file to import |
| doc | Document into which the file should be imported |
| reposition | Flag to determine if the imported objects should be repositioned |
| enableLighting | Flag to determine if lighting should be enabled |
| scale | Scale to be applied to the newly imported objects |
| CEIException |