Version: 
Back to list

CAD :: createLoop

Synopsis

   Create a loop from a set of edges of a set of orientations

GUI Dialog

   

Script function

   cad.createLoop(edges, orientations[, check]) -> loop

Parameters

   edges (EdgeList) : List of edges composing the loop
   orientations (OrientationList) : List of orientations for each edges
   check (Boolean[optional] : If true, the loop check if edges are well connected or not

Return value

   loop (Loop) : The created loop