Version: 
Back to list

CAD :: createEdge

Synopsis

   Create an edge with a curve an extremity vertices

GUI Dialog

   

Script function

   cad.createEdge(curve, startVertex, endVertex) -> edge

Parameters

   curve (Curve) : Curve used to create the edge
   startVertex (Vertex) : The start vertex
   endVertex (Vertex) : The end vertex

Return value

   edge (Edge) : The created edge