Re: [Scilab-users] Punch a hole into a facet

2018-10-03 Thread Samuel Gougeon
Le 03/10/2018 à 14:07, Jens Simon Strom a écrit : Thanks Samuel, I would use Vers. 6 if I could use variable names containing an exlamation mark ("!"). All my several hundreds of function names contain that character. The bug is announced to be fixed - but is it also fixed if I download the r

Re: [Scilab-users] Punch a hole into a facet

2018-10-03 Thread Jens Simon Strom
Thanks Samuel, I would use Vers. 6 if I could use variable names containing an exlamation mark ("!"). All my several hundreds of function names contain that character. The bug is announced to be fixed - but is it also fixed if I download the recent Version of Scilab? Cheers Jens -

Re: [Scilab-users] Punch a hole into a facet

2018-10-02 Thread Samuel Gougeon
Le 01/10/2018 à 16:35, Jens Simon Strom a écrit : Thanks Samuel, %nan works with surf, not with plot3d. The latter is attractive because it can handle polygons - but unfortunately not those with embayments: Facet coloring exeeds the contour (Vers. 5.5.2) This is fixed in Scilab 6. I have t

Re: [Scilab-users] Punch a hole into a facet

2018-10-01 Thread Jens Simon Strom
Thanks Samuel, %nan works with surf, not with plot3d. The latter is attractive because it can handle polygons - but unfortunately not those with embayments: Facet coloring exeeds the contour (Vers. 5.5.2) I have to assemble my facet with several windos from partially overlapping rectangles

Re: [Scilab-users] Punch a hole into a facet

2018-09-30 Thread Samuel Gougeon
Hello Jens, %nan are often used to do so: As soon as at least one coordinate of a vertex is equal to %nan, the vertex and all lines and facets going through it are skipped/not rendered. HTH Samuel Le 30/09/2018 à 23:35, Jens Simon Strom a écrit : Hallo Scilab friends, Is there a way to pun