Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable

Description

model.volume

Volume of the 3D model in mm3

model.area

Area of the 3D model in mm2

model.h

Height of the 3D model in mm

model.w

Width of the 3D model in mm

model.d

Depth of the 3D model in mm

model.shells

Number of separated shells in 3D model

model.box

Bounding box volume of the 3D model in mm3

model.machine_volume

Convex hull volume of the model in mm3

support.volume

Volume of the solid support structures in mm3

support.area

Area of the model covered by support structures in mm2

item.quantity

Quantity of the same geometry in the basket.
(Because the pricing script define a unit price, this variable is needed for quantity-based discounts.)

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
languagejs
model.machine_volume * 0.00005;

...