This commit is contained in:
eap 2012-12-28 15:53:01 +00:00
parent 64a8aee9ab
commit 00ac0dfc36

View File

@ -53,7 +53,7 @@ struct StdMeshers_ShapeShapeBiDirectionMap
{
TopTools_DataMapOfShapeShape _map1to2, _map2to1;
// convension: s1 - target, s2 - source
// convention: s1 - target, s2 - source
bool Bind( const TopoDS_Shape& s1, const TopoDS_Shape& s2 )
{ _map1to2.Bind( s1, s2 ); return _map2to1.Bind( s2, s1 ); }
bool IsBound( const TopoDS_Shape& s, const bool isShape2=false ) const