mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
take care of a correct orientation (attempt No2 )
This commit is contained in:
parent
05c6c409ee
commit
65c94961fc
@ -1760,7 +1760,7 @@ bool _ViscousBuilder2D::refine()
|
|||||||
{
|
{
|
||||||
// find out orientation of faces to create
|
// find out orientation of faces to create
|
||||||
bool isReverse =
|
bool isReverse =
|
||||||
( _helper.GetSubShapeOri( _mesh->GetShapeToMesh(), _face ) == TopAbs_REVERSED );
|
( _helper.GetSubShapeOri( _mesh->GetShapeToMesh(), _face ) != _face.Orientation() );
|
||||||
|
|
||||||
// store a proxyMesh in a sub-mesh
|
// store a proxyMesh in a sub-mesh
|
||||||
// make faces on each _PolyLine
|
// make faces on each _PolyLine
|
||||||
|
Loading…
Reference in New Issue
Block a user