[Scilab-users] Punch a hole into a facet

Jens Simon Strom j.s.strom at hslmg.de
Wed Oct 3 14:07:02 CEST 2018


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
----------------------------------------------------------------------

Am 02.10.2018 21:27, schrieb 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 to assemble my facet with several windos from partially 
>> overlapping rectangles
>
> You may use this:
> xf  =  [1   -1  -1  1   1   0.5  0.5  -0.5  -0.5   0.5]';  
> yf  =  [-1  -1   1  1  -1  -0.5  0.5   0.5  -0.5  -0.5]';  
> zf  =  zeros(yf);
> red  =  color("red");
> plot3d(xf,  yf,  list(zf,  red))//Facet
> set(gce(),  "foreground",  red,  "hiddencolor",  red);
>
>
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20181003/381a0899/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 7668 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20181003/381a0899/attachment.png>


More information about the users mailing list