Version: 
Back to list

CAD :: createCoEdge

Synopsis

   Create an coEdge with a edge and an orientation

GUI Dialog

   

Script function

   cad.createCoEdge(edge, orientation[, surface[, curve2D]]) -> coEdge

Parameters

   edge (Edge) : Edge used to create the coEdge
   orientation (Orientation) : Orientation of the edge regarding the loop
   surface (Surface[optional] : The surface trimmed by the edge
   curve2D (Curve[optional] : Surfacic curve of the edge on the surface trimmed

Return value

   coEdge (CoEdge) : The created edge