Version: 
Back to list

CAD :: getEdgeDefinition

Synopsis

   get all parameters contained in the edge

GUI Dialog

   

Script function

   cad.getEdgeDefinition(edge) -> (vertex1, vertex2, curve, bounds, surfaceDefinitions)

Parameters

   edge (Edge) : The edge

Return value

   vertex1 (Vertex) : The first vertex of the edge
   vertex2 (Vertex) : The second vertex of the edge
   curve (Curve) : The curve of the edge
   bounds (Bounds1D) : The bounds of the edge
   surfaceDefinitions (EdgeSurfaceDefinitionList) : Surfaces linked to the edges