ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
How to make a face from a closed curve in FredoSpline. Methods
-
-
Hi:
Most of the spline commands can generate a face when they are closed:If this is not the case, select the spline and type in the Ruby console:
spline=Sketchup.active_model.selection[0] # will return something like => #<Sketchup::Edge:0x000001a70b1968e8> face = spline.find_faces # will return something like => 1 (1 being the number of face(s) created
or simply redraw a segment of the spline and the face will also be created.
Regards
-
You'll have to give us more to work with if you want help.
-
Hi:
Most of the spline commands can generate a face when they are closed:If this is not the case, select the spline and type in the Ruby console:
spline=Sketchup.active_model.selection[0] # will return something like => #<Sketchup::Edge:0x000001a70b1968e8> face = spline.find_faces # will return something like => 1 (1 being the number of face(s) created
or simply redraw a segment of the spline and the face will also be created.
Regards
-
R Rich O Brien marked this topic as a question
-
R Rich O Brien has marked this topic as solved
Advertisement