s-leger / blender_cad_transforms

Precise CAD like transfoms for blender
GNU General Public License v3.0
75 stars 4 forks source link

Allow user to draw an arc from given points or edges. #13

Closed raindropsfromsky closed 4 years ago

raindropsfromsky commented 4 years ago

Allow user to draw an arc from given points or edges.

  1. If the user selects points, s-CAD should draw an arc (a partial circle) with variable number of sides. Let the user select the angle to draw this arc (along XY. YZ, or XZ plane, or other plane given by the inference engine.)

  2. If the user selects parallel edges, s_CAd can draw a partial cylinder.

s-leger commented 4 years ago

see #12