extrudeContourAdaptive
Extrude a contour along a path. The number of resulting steps along the path depends on the tolerance values.
Parameters
the cross-section of the mesh
the 3D path
the initial up-vector
precision for calculating steps along contour. Lower tolerance results in higher precision and step count.
precision for calculating steps along path. Lower tolerance results in higher precision and step count.
the resulting positions in the path
a list of matrices holding the transformation matrices along the path
adds a start cap if set to true
adds an end cap if set to true
the vertex writer function
Extrude a contour along a path. The number of resulting steps along the path depends on the tolerance values.
Parameters
the cross-section of the shape
the 3D path
the up-vector
precision for calculating steps along contour. Lower tolerance results in higher precision and step count.
precision for calculating steps along path. Lower tolerance results in higher precision and step count.