- Source
Methods
exportStep(entities) → {string|null}
Export entities to a STEP file.
Parameters:
Name | Type | Description |
---|---|---|
entities | Array | The entities array can include |
- Source
Returns:
- The content of the STEP file as a binary string, or null if the export failed.
- Type:
- string |
null
exportStl(parameters) → {string|null}
Export entities to a binary STL file.
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | Export parameters. Properties
|
- Source
Returns:
- The content of the STL file as a binary string, or null if the export failed.
- Type:
- string |
null