mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0026485: Problem with the normals of a triangulated shape
Use gp::Resolution() instead of Precision::SquareConfustion() in order to normalize normal vectors according to implementation of gp_Vec::Normalize(). Test case Test-case for issue #26485
This commit is contained in:
12
tests/bugs/fclasses/bug26485
Normal file
12
tests/bugs/fclasses/bug26485
Normal file
@@ -0,0 +1,12 @@
|
||||
puts "========"
|
||||
puts "OCC26485"
|
||||
puts "========"
|
||||
puts ""
|
||||
####################################################
|
||||
# Problem with the normals of a triangulated shape
|
||||
####################################################
|
||||
|
||||
pload QAcommands
|
||||
|
||||
restore [locate_data_file OCC26485-meshed_shape.brep] a
|
||||
OCC26485 a
|
Reference in New Issue
Block a user