<font color='black' size='2' face='Arial, Helvetica, sans-serif'><font size="2"><font color="black" face="Arial, Helvetica, sans-serif" size="2"><pre style="font-size: 9pt;"><font face="Arial, Helvetica, sans-serif">></font><tt>Is this documented anywhere? </tt></pre></font></font><br>
It is a possibility that "Jean-Paul Vignault" was coded in pst-solides3d.pro, but unfortunately this has not been documented.<br>
Except in these examples:<br>
<br>
http://melusine.eu.org/lab/bpst/pst-solides3d<br>
<br>
"Lundi 29 Juin 2009"<br>
<br>
Your example can also be written:<br>
<br>
\begin{pspicture}[showgrid=true](-5,-5)(5,5)<br>
\psset{viewpoint=30 10 20, lightsrc=viewpoint, Decran=100}<br>
\axesIIID(0,0,0)(3,3,3)<br>
\defFunction{spacecurve}(t){t Sin}{t 2 mul Sin}{t 3 mul Sin} <br>
\psSolid[object=courbe,<br>
r=0,<br>
range=0 2 pi mul,<br>
linecolor=blue,<br>
linewidth=0.01,<br>
resolution=720,<br>
function=spacecurve] <br>
\multido{\nx=1.50+0.20}{5}{<br>
\psSolid[object=vecteur,action=draw,<br>
definition={[0.05 0.1]},<br>
args=\nx\space Sin \nx\space 2 mul Sin \nx\space 3 mul Sin,<br>
linecolor=red]} <br>
\end{pspicture}<br>
<br>
Manuel<font color="black" face="Arial, Helvetica, sans-serif" size="2">
<div> <br>
</div>
<div> <br>
</div>
<div> <br>
</div>
<div style="font-family:arial,helvetica;font-size:10pt;color:black">-----E-mail d'origine-----<br>
De : Jon Joseph <josco.jon@gmail.com><br>
A: pstricks <pstricks@tug.org><br>
Envoyé le : Di, 14 Oct 2012 11:01<br>
Sujet : Re: [pstricks] arrowhead size<br>
<br>
<div id="AOLMsgPart_0_6ef8c1e5-8871-492e-bc26-deda78b16d63" style="margin: 0px;font-family: Tahoma, Verdana, Arial, Sans-Serif;font-size: 12px;color: #000;background-color: #fff;">
<pre style="font-size: 9pt;"><tt>Thanks Manuel. Worked perfectly. Is this documented anywhere?
Jon
On Oct 14, 2012, at 12:54 AM, <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a> wrote:
> Send PSTricks mailing list submissions to
> <a href="mailto:pstricks@tug.org">pstricks@tug.org</a>
>
> To subscribe or unsubscribe via the World Wide Web, visit
> <a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a>
> or, via email, send a message with subject or body 'help' to
> <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a>
>
> You can reach the person managing the list at
> <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PSTricks digest..."
>
>
> Today's Topics:
>
> 1. object vecteur arrowhead size (Jon Joseph)
> 2. Re: object vecteur arrowhead size (Manuel Luque)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 13 Oct 2012 15:03:19 -0500
> From: Jon Joseph <<a href="mailto:josco.jon@gmail.com">josco.jon@gmail.com</a>>
> To: <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>>
> Subject: [pstricks] object vecteur arrowhead size
> Message-ID: <<a href="mailto:B6418354-0B35-4816-85B2-00B451B885FA@ngsd.k12.wi.us">B6418354-0B35-4816-85B2-00B451B885FA@ngsd.k12.wi.us</a>>
> Content-Type: text/plain; charset="us-ascii"
>
> All: Is there anyway to control the size of the arrowhead in pst-solide3d?
The following example shows a space curve and some vectors. The arrowheads are
too large. Thanks, Jon.
>
>
> \documentclass[12pt]{article}
> \usepackage[letterpaper,asymmetric=true, total={18cm,22cm},
> top=3cm, bindingoffset=1cm]{geometry}
> \usepackage[svgnames]{pstricks}
> \usepackage{pst-plot,pst-infixplot}
> \usepackage{pst-solides3d}
> \usepackage{pstricks-add}
>
>
> \begin{document}
>
>
> \begin{pspicture}[showgrid=true](-5,-5)(5,5)
> \psset{viewpoint=30 10 20, lightsrc=viewpoint, Decran=100}
> \axesIIID(0,0,0)(3,3,3)
> \defFunction{spacecurve}(t){t Sin}{t 2 mul Sin}{t 3 mul Sin}
>
>
>
> \psSolid[object=courbe,
> r=0,
> range=0 2 pi mul,
> linecolor=blue,
> linewidth=0.01,
> resolution=720,
> function=spacecurve]
>
> \multido{\nx=1.50+0.20}{5}
> {
> \psSolid[object=vecteur,
> args=\nx\space Sin \nx\space 2 mul Sin \nx\space 3 mul Sin,
> linecolor=red]
> }
>
> \end{pspicture}
>
>
> \end{document}
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 14 Oct 2012 01:54:18 -0400
> From: Manuel Luque <<a href="mailto:mluque5130@aol.com">mluque5130@aol.com</a>>
> To: <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>>
> Subject: Re: [pstricks] object vecteur arrowhead size
> Message-ID: <<a href="mailto:8CF77E77BE660FF-1094-4305C@Webmail-m104.sysops.aol.com">8CF77E77BE660FF-1094-4305C@Webmail-m104.sysops.aol.com</a>>
> Content-Type: text/plain; charset="utf-8"
>
> Dear Jon Joseph,
>
>> Is there anyway to control the size of the arrowhead in pst-solide3d? The
>> following example shows a space curve and some vectors. The arrowheads are
too
>> large.
>
> Use an argument vector, in addition to coordinates, the radius and height of
the cone :
> args={x y z [r h]}
>
>
> \documentclass{article}
> \usepackage{pst-solides3d}
> \begin{document}
> \begin{pspicture}[showgrid=true](-5,-5)(5,5)
> \psset{viewpoint=30 10 20, lightsrc=viewpoint, Decran=100}
> \axesIIID(0,0,0)(3,3,3)
> \defFunction{spacecurve}(t){t Sin}{t 2 mul Sin}{t 3 mul Sin}
> \psSolid[object=courbe,
> r=0,
> range=0 2 pi mul,
> linecolor=blue,
> linewidth=0.01,
> resolution=720,
> function=spacecurve]
> \multido{\nx=1.50+0.20}{5}{
> \psSolid[object=vecteur,
> args={\nx\space Sin \nx\space 2 mul Sin \nx\space 3 mul Sin [0.05
0.1]},
> linecolor=red]}
> \end{pspicture}
> \end{document}
>
>
>
>
>
>
> Best regards,
>
> Manuel
>
>
>
>
>
>
>
> -----E-mail d'origine-----
> De : Jon Joseph <<a href="mailto:josco.jon@gmail.com">josco.jon@gmail.com</a>>
> A: pstricks <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>>
> Envoy? le : Sa, 13 Oct 2012 22:03
> Sujet : [pstricks] object vecteur arrowhead size
>
>
> All: Is there anyway to control the size of the arrowhead in pst-solide3d?
The
> following example shows a space curve and some vectors. The arrowheads are too
> large. Thanks, Jon.
>
>
> \documentclass[12pt]{article}
> \usepackage[letterpaper,asymmetric=true, total={18cm,22cm},
> top=3cm, bindingoffset=1cm]{geometry}
> \usepackage[svgnames]{pstricks}
> \usepackage{pst-plot,pst-infixplot}
> \usepackage{pst-solides3d}
> \usepackage{pstricks-add}
>
>
> \begin{document}
>
>
> \begin{pspicture}[showgrid=true](-5,-5)(5,5)
> \psset{viewpoint=30 10 20, lightsrc=viewpoint, Decran=100}
> \axesIIID(0,0,0)(3,3,3)
> \defFunction{spacecurve}(t){t Sin}{t 2 mul Sin}{t 3 mul Sin}
>
>
>
> \psSolid[object=courbe,
> r=0,
> range=0 2 pi mul,
> linecolor=blue,
> linewidth=0.01,
> resolution=720,
> function=spacecurve]
>
> \multido{\nx=1.50+0.20}{5}
> {
> \psSolid[object=vecteur,
> args=\nx\space Sin \nx\space 2 mul Sin \nx\space 3 mul Sin,
> linecolor=red]
> }
>
> \end{pspicture}
>
>
> \end{document}
> _______________________________________________
> PSTricks mailing list
> <a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a>
> <a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a>
> archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <<a href="http://tug.org/pipermail/pstricks/attachments/20121014/c15c08a5/attachment.html" target="_blank">http://tug.org/pipermail/pstricks/attachments/20121014/c15c08a5/attachment.html</a>>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: vecteurs.png
> Type: image/png
> Size: 36031 bytes
> Desc: not available
> URL: <<a href="http://tug.org/pipermail/pstricks/attachments/20121014/c15c08a5/attachment.png" target="_blank">http://tug.org/pipermail/pstricks/attachments/20121014/c15c08a5/attachment.png</a>>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> PSTricks mailing list
> <a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a>
> <a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a>
>
>
> ------------------------------
>
> End of PSTricks Digest, Vol 117, Issue 3
> ****************************************
_______________________________________________
PSTricks mailing list
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a>
<a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a>
archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a>
</tt></pre>
</div>
<!-- end of AOLMsgPart_0_6ef8c1e5-8871-492e-bc26-deda78b16d63 -->
</div>
</font></font>