X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBOPDS%2FBOPDS_Tools.cdl;h=ebcc8e773bc3ce3df45d1def6d2c354eb80562bd;hp=e3160894b7535757a4710f438c1198cd4ef306b8;hb=72e88cf7a81fdfe631da0a9ea38db9c862928de9;hpb=4e57c75ee1fda8ce237010a6b1ca0df62f238cee diff --git a/src/BOPDS/BOPDS_Tools.cdl b/src/BOPDS/BOPDS_Tools.cdl index e3160894b7..ebcc8e773b 100644 --- a/src/BOPDS/BOPDS_Tools.cdl +++ b/src/BOPDS/BOPDS_Tools.cdl @@ -38,7 +38,15 @@ is ---Purpose: --- Converts the conmbination of two types -- of shape , - --- to the one integer value, that is returned + --- to the one integer value, that is returned + + TypeToInteger(myclass; + theT: ShapeEnum from TopAbs) + returns Integer from Standard; + ---C++: inline + ---Purpose: + --- Converts the type of shape , + --- to integer value, that is returned HasBRep(myclass; theT: ShapeEnum from TopAbs)