From: nds Date: Wed, 11 Feb 2015 07:16:35 +0000 (+0300) Subject: The problem is the vertex selection on body extrusion. X-Git-Tag: V_1.0.1^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a6b5a70733c3a5fb445eac8cbcee972cd71b7d41;p=modules%2Fshaper.git The problem is the vertex selection on body extrusion. Scenario: create a part, create a sketch, create a closed contour, create an extrusion. Call the axis creation. The result is it is not possible to select a point on the body. --- diff --git a/src/ModuleBase/ModuleBase_FilterNoConsructionSubShapes.cpp b/src/ModuleBase/ModuleBase_FilterNoConsructionSubShapes.cpp index feaac1c18..c9c49f76b 100644 --- a/src/ModuleBase/ModuleBase_FilterNoConsructionSubShapes.cpp +++ b/src/ModuleBase/ModuleBase_FilterNoConsructionSubShapes.cpp @@ -56,6 +56,8 @@ Standard_Boolean ModuleBase_FilterNoConsructionSubShapes::IsOk(const Handle(Sele std::dynamic_pointer_cast(aFeature); return aComposite && aComposite->numberOfSubs() > 0; } + else + return Standard_True; } } return Standard_False;