Version: 
Back to list
CAD :: createEdge
Synopsis
   Create an edge with a curve an extremity verticesGUI Dialog
   
Script function
   cad.createEdge(curve, startVertex, endVertex) -> edgeParameters
   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