mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Typo and whitespace fixes by Kunda
http://www.salome-platform.org/forum/forum_9/454200149#834683007
This commit is contained in:
parent
e1f4a245c6
commit
c8522ecee0
@ -1205,7 +1205,7 @@ GEOM::GEOM_Object_ptr GEOMBase_Helper::findObjectInFather( GEOM::GEOM_Object_ptr
|
|||||||
//================================================================
|
//================================================================
|
||||||
void GEOMBase_Helper::addSubshapesToStudy()
|
void GEOMBase_Helper::addSubshapesToStudy()
|
||||||
{
|
{
|
||||||
//Impemented in Dialogs, called from Accept method
|
//Implemented in Dialogs, called from Accept method
|
||||||
}
|
}
|
||||||
|
|
||||||
//================================================================
|
//================================================================
|
||||||
@ -1214,7 +1214,7 @@ void GEOMBase_Helper::addSubshapesToStudy()
|
|||||||
//================================================================
|
//================================================================
|
||||||
QList<GEOM::GeomObjPtr> GEOMBase_Helper::getSourceObjects()
|
QList<GEOM::GeomObjPtr> GEOMBase_Helper::getSourceObjects()
|
||||||
{
|
{
|
||||||
//Impemented in Dialogs, called from Accept method
|
//Implemented in Dialogs, called from Accept method
|
||||||
QList<GEOM::GeomObjPtr> res;
|
QList<GEOM::GeomObjPtr> res;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
@ -235,7 +235,7 @@ namespace
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the result shape orienation.
|
// Set the result shape orientation.
|
||||||
aResult.Orientation(theShape.Orientation());
|
aResult.Orientation(theShape.Orientation());
|
||||||
theMapModified.Bind(theShape, aResult);
|
theMapModified.Bind(theShape, aResult);
|
||||||
} else {
|
} else {
|
||||||
|
@ -66,7 +66,7 @@ class ShHealOper_FillHoles : public ShHealOper_Tool
|
|||||||
//Initialization of the parameters for creation of the surface by GeomPlate.
|
//Initialization of the parameters for creation of the surface by GeomPlate.
|
||||||
|
|
||||||
Standard_EXPORT Standard_Boolean Fill();
|
Standard_EXPORT Standard_Boolean Fill();
|
||||||
//Fill all holes detectected as free boundaries.
|
//Fill all holes detected as free boundaries.
|
||||||
|
|
||||||
Standard_EXPORT Standard_Boolean Fill(const TopTools_SequenceOfShape& theFillShapes);
|
Standard_EXPORT Standard_Boolean Fill(const TopTools_SequenceOfShape& theFillShapes);
|
||||||
//Fill hole specified by wires or edges.
|
//Fill hole specified by wires or edges.
|
||||||
|
Loading…
Reference in New Issue
Block a user