snegovick / bcad

B-tier OpenSCAD-like 3D CAD software
Other
3 stars 0 forks source link

Add loft support #39

Closed snegovick closed 4 years ago

snegovick commented 4 years ago

Is your feature request related to a problem? Please describe. OpenSCAD does not support it natively, but OpenCASCADE does, so why not!

Describe the solution you'd like Add loft context with three args: solid, ruled, precision. Solid: true if solid is expected, otherwise shell is constructed Ruled: true if no smoothing is expected Precision: precision criterion used by the approximation algorithm; the default value is 1.0e-6

Describe alternatives you've considered None

Additional context N/A