PartDesign: add messages frame in the task view of Transform/Pattern features

This commit is contained in:
logari81
2012-09-14 12:51:59 +02:00
parent df18674f34
commit e0184a9d4b
12 changed files with 248 additions and 25 deletions

View File

@@ -45,7 +45,7 @@ Feature::Feature()
{
}
TopoDS_Shape Feature::getSolid(const TopoDS_Shape& shape) const
TopoDS_Shape Feature::getSolid(const TopoDS_Shape& shape)
{
if (shape.IsNull())
Standard_Failure::Raise("Shape is null");
@@ -58,7 +58,7 @@ TopoDS_Shape Feature::getSolid(const TopoDS_Shape& shape) const
return TopoDS_Shape();
}
const gp_Pnt Feature::getPointFromFace(const TopoDS_Face& f) const
const gp_Pnt Feature::getPointFromFace(const TopoDS_Face& f)
{
if (!f.Infinite()) {
TopExp_Explorer exp;