mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
ProjLib_ComputeApproxOnPolarSurface::BuildInitialCurve2d - Using the correct number of points (computed in GCPnts_QuasiUniformAbscissa class) for creation of the initial curve.
22 lines
445 B
Plaintext
22 lines
445 B
Plaintext
puts "========"
|
|
puts "OCC28150"
|
|
puts "========"
|
|
puts ""
|
|
#####################################################
|
|
# Exception is raised during Boolean operation
|
|
#####################################################
|
|
|
|
restore [locate_data_file bug28150_ef.brep] b
|
|
explode b
|
|
mkcurve c b_1
|
|
mksurface s b_2
|
|
project c2d c s
|
|
|
|
checklength c2d -l 2.6097941390190726e-006
|
|
|
|
v2d
|
|
display c2d
|
|
2dfit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|