Version: 
Back to list

CAD :: getCoEdgeDefinition

Synopsis

   get all parameters contained in the coEdge

GUI Dialog

   

Script function

   cad.getCoEdgeDefinition(coEdge) -> (edge, edgeOrientation, loop, surface, parametricCurve)

Parameters

   coEdge (CoEdge) : The coEdge

Return value

   edge (Edge) : The edge of the coEdge
   edgeOrientation (Orientation) : Orientation of the edge
   loop (Loop) : The loop containing the coEdge
   surface (Surface) : The surface of the coEdge
   parametricCurve (LimitedSurface) : The parametricCurve of the coEdge