X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FAIS2D%2FAIS2D_InteractiveContext.cdl;h=247209647b18138c2297d082a7cde45cb9dd04c2;hb=44d9ae897cb19f5b1420b656d3b0b7bb0c52b21c;hpb=b8f2022a1157abb0608f63012b35e1c12c9c2dc6 diff --git a/src/AIS2D/AIS2D_InteractiveContext.cdl b/src/AIS2D/AIS2D_InteractiveContext.cdl index a59bb559ce..247209647b 100755 --- a/src/AIS2D/AIS2D_InteractiveContext.cdl +++ b/src/AIS2D/AIS2D_InteractiveContext.cdl @@ -108,7 +108,7 @@ is -- will be hilighted when detected by the selector. -- ex : be able to select center of a line without -- displaying all centers before selection process - + Erase( me : mutable; anIObj : InteractiveObject from AIS2D; UpdateVwr : Boolean from Standard = Standard_True; @@ -118,14 +118,6 @@ is -- or failing that, in other local contexts which allow erasing. -- If is false, the object is erased but -- not put in the Collector. - - EraseMode( me : mutable; - anIObj : InteractiveObject from AIS2D; - aMode : Integer from Standard; - UpdateVwr : Boolean from Standard = Standard_True); - ---Purpose: Selects an erase mode. Used only if more than one - -- mode is displayed in the main viewer. If aMode is - -- the Prs used by default, no erase mode is selected. EraseAll( me : mutable; PutInCollector : Boolean from Standard = Standard_True;