mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
52236: TC7.3.0 Operation "Extrusion along a path" brings to wrong results if field "Rotation Angles" is used for calculation.
Fix setting angles in MakeExtrElements()
This commit is contained in:
parent
f22869c9cf
commit
21619a293e
@ -5463,7 +5463,7 @@ SMESH_MeshEditor::MakeExtrElements(TIDSortedElemSet& theElements
|
|||||||
for( ; itPP != fullList.end(); itPP++) {
|
for( ; itPP != fullList.end(); itPP++) {
|
||||||
aPPs.push_back( *itPP );
|
aPPs.push_back( *itPP );
|
||||||
if ( theHasAngles && itAngles != theAngles.end() )
|
if ( theHasAngles && itAngles != theAngles.end() )
|
||||||
aPPs.back().SetAngle( *itAngles );
|
aPPs.back().SetAngle( *itAngles++ );
|
||||||
}
|
}
|
||||||
|
|
||||||
TNodeOfNodeListMap mapNewNodes;
|
TNodeOfNodeListMap mapNewNodes;
|
||||||
|
Loading…
Reference in New Issue
Block a user