X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FStepShape%2FStepShape_GeometricSetSelect.cxx;h=f8f6644c7883df2ffe9f6652df4146083ea95de0;hb=38deba5d7fbe2ea94090f8ae54551e0f20d33f8e;hpb=d91b3986ed8d44be9a72476b8d3b2ab5ff84e266 diff --git a/src/StepShape/StepShape_GeometricSetSelect.cxx b/src/StepShape/StepShape_GeometricSetSelect.cxx index e68908958c..f8f6644c78 100644 --- a/src/StepShape/StepShape_GeometricSetSelect.cxx +++ b/src/StepShape/StepShape_GeometricSetSelect.cxx @@ -22,6 +22,7 @@ Standard_Integer StepShape_GeometricSetSelect::CaseNum(const Handle(Standard_Tra if (ent->IsKind(STANDARD_TYPE(StepGeom_Point))) return 1; if (ent->IsKind(STANDARD_TYPE(StepGeom_Curve))) return 2; if (ent->IsKind(STANDARD_TYPE(StepGeom_Surface))) return 3; + if (ent->IsKind(STANDARD_TYPE(StepGeom_GeometricRepresentationItem))) return 4; return 0; }