[pstricks] PSTricks Digest, Vol 190, Issue 5
José Jesús Rosell Escolar
josejesus.rosell at gmail.com
Thu Dec 27 16:19:22 CET 2018
Thanks a lot, it works
José Jesús Rosell Escolar
josejesus.rosell at gmail.com
> El 27 dic 2018, a las 12:00, pstricks-request at tug.org escribió:
>
> Send PSTricks mailing list submissions to
> pstricks at tug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://tug.org/mailman/listinfo/pstricks
> or, via email, send a message with subject or body 'help' to
> pstricks-request at tug.org
>
> You can reach the person managing the list at
> pstricks-owner at tug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PSTricks digest..."
>
>
> Today's Topics:
>
> 1. barycenter3d in pst-solides3d Doesn't work
> (Jos? Jes?s Rosell Escolar)
> 2. Re: barycenter3d in pst-solides3d Doesn't work (Herbert Voss)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 27 Dec 2018 00:12:45 +0100
> From: Jos? Jes?s Rosell Escolar <josejesus.rosell at gmail.com>
> To: pstricks at tug.org
> Subject: [pstricks] barycenter3d in pst-solides3d Doesn't work
> Message-ID: <1C299C18-84FD-4747-A734-C43F173EDEF0 at gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Dear Herbert,
> My name is Jose Jesus and I am working in some geometric draws in 3D.
> I use pst-solides3d for that, but, when I try to get a barycenter of a system, using:
>
> \begin{pspicture}[viewpoint=20 25 15](-3,-4)(3,4)
> \psset{solidmemory}
> \axesIIID(3,3,3)
> \psSolid[object=point,name=M, args=1 1 1]
> \psSolid[object=point,name=P, args=1 6 1]
> % \psSolid[object=point,name=Q, args=1 3 4]
> \psSolid[object=point,definition=barycentre3d,args={[M 4 P 3]},linecolor=red]
> \end{pspicture}
>
>
> It draws nothing.
>
> What am I doing wrong???
>
> Thank you.
>
>
>
> Jos? Jes?s Rosell Escolar
> josejesus.rosell at gmail.com
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://tug.org/pipermail/pstricks/attachments/20181227/b72c565d/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 27 Dec 2018 09:38:51 +0100
> From: Herbert Voss <Herbert.Voss at fu-berlin.de>
> To: pstricks at tug.org
> Subject: Re: [pstricks] barycenter3d in pst-solides3d Doesn't work
> Message-ID: <99b90c92-dac3-007f-463a-7ae10cfc5d07 at fu-berlin.de>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
>
>
> Am 27.12.18 um 00:12 schrieb Jos? Jes?s Rosell Escolar:
>
>> My name is Jose Jesus and I am working in some geometric draws in 3D.
>> I use pst-solides3d for that, but, when I try to get a barycenter of a
>> system, using:
>>
>> \begin{pspicture}[viewpoint=202515](-3,-4)(3,4)
>> \psset{solidmemory}
>> \axesIIID(3,3,3)
>> \psSolid[object=point,name=M, args=111]
>> \psSolid[object=point,name=P, args=161]
>> % \psSolid[object=point,name=Q, args=134]
>> \psSolid[object=point,definition=barycentre3d,args={[M 4 P 3]},linecolor=red]
>> \end{pspicture}
>>
>>
>> It draws nothing.
>
> looks like a bug in the documentation. Use args=M 4 P 3
>
> \begin{pspicture}[solidmemory,viewpoint=20 25 15](-3,-4)(3,4)
> \axesIIID(3,3,3)
> \psSolid[object=point,name=M, args=1 1 1]
> \psSolid[object=point,name=P, args=1 6 1]
> \psSolid[object=point,definition=barycentre3d,args=M 3 P 4,linecolor=red]
> \end{pspicture}
>
>
> Herbert
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
> ------------------------------
>
> End of PSTricks Digest, Vol 190, Issue 5
> ****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/pstricks/attachments/20181227/cf60d8dc/attachment.html>
More information about the PSTricks
mailing list