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.
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
# isolines on infinite cylinder
|
|
# maximum parameter value for a view sets UV limit for isolines on infinite object
|
|
|
|
cylinder c 0 0 0 0 0 1 10
|
|
mkface f c
|
|
|
|
vinit
|
|
vdisplay -dispMode 0 f
|
|
vaspects -defaults -setMaxParamValue 10
|
|
visos f 10 4 1
|
|
vfit
|