mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Interface of HLRAppli_ReflectLines has been modified. New Draw command "hlrin3d" has been added.
17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
puts "============"
|
|
puts "OCC27280"
|
|
puts "============"
|
|
puts ""
|
|
###########################################################################################################
|
|
# HLR algorithms taking seam edges into account
|
|
###########################################################################################################
|
|
|
|
restore [locate_data_file bug27280_SeamTest0_modified.brep] a
|
|
fit
|
|
hlrin3d result a 0.57735026918962573 -0.57735026918962573 0.57735026918962584
|
|
donly result
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -compound 4 -edge 7 -vertex 6
|