-- File: BRepFill_EdgeOnSurfLaw.cdl -- Created: Mon Jul 27 13:37:38 1998 -- Author: Philippe MANGIN -- ---Copyright: Matra Datavision 1998 class EdgeOnSurfLaw from BRepFill inherits LocationLaw from BRepFill ---Purpose: Build Location Law, with a Wire and a Surface. uses Wire from TopoDS, Shape from TopoDS is Create (Path : Wire from TopoDS; Surf : Shape from TopoDS) returns EdgeOnSurfLaw from BRepFill; HasResult(me) ---Purpose: returns if one Edge of do not have -- representation on . In this case it is -- impossible to use this object. returns Boolean; fields hasresult : Boolean; end EdgeOnSurfLaw;