mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0030442: Mesh - broken triangulation on pipe shape Scale down min size parameter for NURBS taking into account its U and V resolution in order to prevent comparison of 2d parameters with 3d value involved in filtering process.
26 lines
502 B
Plaintext
26 lines
502 B
Plaintext
puts "======="
|
|
puts "0030442: Mesh - broken triangulation on pipe shape"
|
|
puts "======="
|
|
puts ""
|
|
|
|
bsmooth aSmoothCurve 1.0 [locate_data_file bug30442_points.txt]
|
|
|
|
circle aCircle 0 0 0 1 1 1 20
|
|
|
|
mkedge aSpineEdge aSmoothCurve
|
|
mkedge aProfileEdge aCircle
|
|
|
|
wire aSpineWire aSpineEdge
|
|
wire aProfileWire aProfileEdge
|
|
|
|
pipe result aSpineWire aProfileWire
|
|
|
|
vinit View1
|
|
vdisplay result
|
|
vsetdispmode 1
|
|
vfit
|
|
|
|
checktrinfo result -tri 25814 -nod 12955
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|