Info |
---|
This page contains a listing of available variables and examples. For a general overview of how Pricing Scripts work, read General Rules for Pricing Scripts - General Usage . |
...
Variables Available for Pricing of Post-Processing
This listing are all variables that are derived from each uploaded 3D model.
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 | |
| Concave hull volume of the model in mm3, calculated with a max edge length of 55mm |
| 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. |
(Because the pricing script |
define a unit price |
This
, this variable is |
needed |
for quantity-based discounts.) | |
User Properties | See the variable listing under User Based Pricing |
See …
...
Sample Post Processing Pricing Scripts
This section contains some real-word examples.
You can copy & paste the scripts and adjust the variables according to your needs.
...
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.machineconvex_hull_volume * 0.00005; |
Polishing
Code Block | ||
---|---|---|
| ||
model.area*0.0004 |