Method Export3dGeometry
Export3dGeometry(string, bool, bool, bool, bool)
Generates a 3D file representing the scene.
Declaration
public void Export3dGeometry(string filename, bool skipWalls, bool skipFloor, bool skipCeiling, bool zipFiles)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename of the file to create. 3D format is determined from the extension given in the filename. Currently supported 3D formats are .SKP, .OBJ and .3DS. |
bool | skipWalls | Indicates whether to exclude walls from export 3D geometry. |
bool | skipFloor | Indicates whether to exclude floor from the exported 3D geometry. |
bool | skipCeiling | Indicates whether to exclude ceiling from the exported 3D geometry. |
bool | zipFiles | Indicates whether the exported files should be compressed into one .ZIP file. In this case all the original files are deleted eventually and the .ZIP file is the only file remained after the export is done. |