-- File: LocOpe_BuildShape.cdl -- Created: Mon Sep 16 09:27:16 1996 -- Author: Jacques GOUSSARD -- ---Copyright: Matra Datavision 1996 class BuildShape from LocOpe ---Purpose: uses Shape from TopoDS, ListOfShape from TopTools is Create returns BuildShape from LocOpe; ---C++: inline Create(L: ListOfShape from TopTools) ---Purpose: Builds shape(s) from the list . Uses only the -- faces of . ---C++: inline returns BuildShape from LocOpe; Perform(me: in out; L: ListOfShape from TopTools) ---Purpose: Builds shape(s) from the list . Uses only the -- faces of . is static; Shape(me) ---C++: inline ---C++: return const& returns Shape from TopoDS is static; fields myRes : Shape from TopoDS; end BuildShape;