...
Variable | Description |
---|---|
| Volume of the 3D model in mm3 |
| Area of the 3D model in mm2 |
| Height of the 3D model in mm |
| Width of the 3D model in mm |
| Depth of the 3D model in mm |
| Number of separated shells in 3D model |
| Bounding box volume of the 3D model in mm3 |
| Convex hull volume of the model in mm3 |
| Volume of the solid support structures in mm3 |
| Area of the model covered by support structures in mm2 |
| Quantity of the same geometry in the basket. |
User Properties | See the variable listing under User Based Pricing Scripts |
Sample Post Processing Pricing Scripts
This section contains sample scripts based on specific post processing methods.
These pricing scripts can be copied directly into the platform and the variables can be adjusted according to your specific workflow and pricing parameters.
...
Coloring
Code Block | ||
---|---|---|
| ||
model.machine_volume * 0.00005; |
...