mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Useless constructors have been deleted. 2. Value returned by gp_Parab2d::Directrix() method has been corrected to exclude reversing the directrix. 3. Documentation of gp_Parab2d class has been updated (in hxx-file). 4. Upgrade Guide has been updated according to corrections made in this issue. Creation of test cases for this issue.
17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
puts "========"
|
|
puts "OCC25605"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# 0026747: Some constructors of gp_Parab2d classes have not understandable interface and create wrong parabola
|
|
#################################################
|
|
|
|
pload QAcommands
|
|
|
|
OCC26747_1 result
|
|
|
|
v2d
|
|
don result
|
|
2dfit
|
|
|
|
checkview -screenshot -2d -l -path ${imagedir}/${test_image}.png |