Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
The Connect surface tool by Dimitri.
03-12-2016, 03:03 PM (This post was last modified: 03-12-2016 03:07 PM by ggaliens.)
Post: #11
RE: The Connect surface tool by Dimitri.
Some parts and tools needed ...

{We1,Id1} = wings_edge:fast_cut(Edge, Pos, We0),

and then ...


connect(Face, Vs, #we{} = We0) ->
case polygon_pairs(Face, Vs, We0) of
no -> min_distance_pairs(Face, Vs, We0);
#we{} = We -> We
end

and all that is left is to elicit a plane from a user and faces to be cut.

We can check that any item being cut yields a new point BETWEEN the two initial point.
Reply


Messages In This Thread
RE: The Connect surface tool by Dimitri. - ggaliens - 03-12-2016 03:03 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)