X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FLocOpe%2FLocOpe_WiresOnShape.cdl;h=5171f208051b59c597cbc1ed36e50328a2b9e962;hp=7dc9ba680fdfbf063050022b67680c3de673cfab;hb=7c104885b2185efdaf8c06e796b3d56769b96f6b;hpb=09951da2d77b68b16a6a7fb90880265aa00bc39c diff --git a/src/LocOpe/LocOpe_WiresOnShape.cdl b/src/LocOpe/LocOpe_WiresOnShape.cdl index 7dc9ba680f..5171f20805 100755 --- a/src/LocOpe/LocOpe_WiresOnShape.cdl +++ b/src/LocOpe/LocOpe_WiresOnShape.cdl @@ -48,6 +48,11 @@ is is static; + SetCheckInterior(me: mutable; ToCheckInterior: Boolean from Standard) + ---Purpose: Set the flag of check internal intersections + -- default value is True (to check) + ---C++: inline + is static; Bind(me: mutable; W: Wire from TopoDS; F: Face from TopoDS) @@ -148,6 +153,7 @@ fields myShape : Shape from TopoDS; myMapEF : IndexedDataMapOfShapeShape from TopTools; myFacesWithSection : MapOfShape from TopTools; + myCheckInterior : Boolean from Standard; myMap : DataMapOfShapeShape from TopTools; myDone : Boolean from Standard; myIndex : Integer from Standard;