mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0033781: Modeling Algorithms - Using incorrect boundaries while traversing through triangulation
Upper boundary updated for triangulation normals traversing.
This commit is contained in:
parent
9fcfec881c
commit
35f1e45c87
@ -171,7 +171,7 @@ Standard_Boolean BRepTools_TrsfModification::NewTriangulation
|
|||||||
// modify normals
|
// modify normals
|
||||||
if (theTriangulation->HasNormals())
|
if (theTriangulation->HasNormals())
|
||||||
{
|
{
|
||||||
for (Standard_Integer anInd = 1; anInd <= theTriangulation->NbTriangles(); ++anInd)
|
for (Standard_Integer anInd = 1; anInd <= theTriangulation->NbNodes(); ++anInd)
|
||||||
{
|
{
|
||||||
gp_Dir aNormal = theTriangulation->Normal(anInd);
|
gp_Dir aNormal = theTriangulation->Normal(anInd);
|
||||||
aNormal.Transform(aTrsf);
|
aNormal.Transform(aTrsf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user