3mfExportEntry
[Desktop Automation]
This class is used to add meshes to a 3MF file export from a Lua script. An instance is created with the call exporter:add(mesh);
.
Properties
Property | Read/write | Type | Description |
---|---|---|---|
name | Read/write | String | Name of the exported 3mf entry. |
grouppath | Read/write | String | Path of nested groups for that entry separated by slash '/' |
Methods
Name | Syntax | Description |
---|---|---|
setsupport | entry:setsupport(mesh) | Set a mesh as attached support. Mesh must be a simple mesh object. |