stim::cutter_description struct

Initialization parameters for rigid body-based cutters.

Public variables

cutter_flags flags
The cutter's flags.
bounding_box bounds
The region of the source mesh containing the 'blade' part (in mesh space).
vec3 cut_direction
The ideal cut direction of the blade segments.
plane cut_plane
The ideal cut plane of the blade segments.

Variable documentation

cutter_flags stim::cutter_description::flags

The cutter's flags.

bounding_box stim::cutter_description::bounds

The region of the source mesh containing the 'blade' part (in mesh space).

Mesh geometry outside of this region will not take part in cutting.

vec3 stim::cutter_description::cut_direction

The ideal cut direction of the blade segments.

plane stim::cutter_description::cut_plane

The ideal cut plane of the blade segments.