mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
While UV Iso parameters are obtained in StdPrs_Isolines, UV limits should be applied only if face bounds has infinite values. In the issue case, the UV values are greater than UVLimits and not infinite. This fix makes possible to have correct Iso lines in presentation without modification of UV limits beforehead.
21 lines
308 B
Plaintext
21 lines
308 B
Plaintext
# isolines on finite prism based on spline edge with poles closed to 1.4e+6
|
|
|
|
if {[info commands testreadiges] == ""} {pload XSDRAW}
|
|
testreadiges [locate_data_file bug29356.igs] a
|
|
|
|
mksurface s a
|
|
viso c s 0
|
|
dump c
|
|
mkedge e c
|
|
|
|
haxo
|
|
donly e
|
|
prism r e 0 1 0 Fin
|
|
fit
|
|
xbounds r
|
|
|
|
vinit
|
|
vdisplay r
|
|
visos r 2 2 1
|
|
vfit
|