When I run your code, Miktex stops at pstricks-add (or pst-plot, included in it) with error messag:<br><br>("C:\Program Files (x86)\MiKTeX 2.9\tex\generic\pstricks-add\pstricks-add.tex"<br>("C:\Users\Main User\AppData\Local\MiKTeX\2.9\tex\generic\pst-plot\pst-plot.tex<br>
"  v1.10, 2010/02/11<br><br>! LaTeX Error: Missing \begin{document}.<br><br>See the LaTeX manual or LaTeX Companion for explanation.<br>Type  H <return>  for immediate help.<br> ...<br><br>l.1006 \psset{labelFontSize={},mathLabel=true}<br>
<br>?<br><br>but when I comment out \usepackage{pstricks-add}, it works fine. Any idea what is going wrong?<br><br>Thanks,<br><br>Per<br><br><div class="gmail_quote">On Thu, Dec 30, 2010 at 4:44 PM, Jon Joseph <span dir="ltr"><<a href="mailto:josco.jon@gmail.com">josco.jon@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">All: I have included a program which draws a "circular" arrow indicating a direction of rotation.  This is meant to demonstrate the right hand rule with the vector pointing in the z direction (as shown).  The picture looks great and was exactly what I was trying to do. However, my method is not very generalizable and if I wanted to do it again I would need to recalculate some absolute coordinates (e.g. the position of the arrow). Does any one have a suggestion as to how this type of object can be compartmentalized within pst-solides3d?  Thanks and happy new year.  Jon<br>

<br>
<br>
<br>
\documentclass{article}<br>
\usepackage[dvipsnames]{pstricks}<br>
\usepackage{pst-solides3d}<br>
\usepackage{pstricks-add}<br>
\usepackage{amssymb, amsmath}<br>
<br>
<br>
\begin{document}<br>
<br>
<br>
\psset{unit=5mm}<br>
\begin{pspicture}[showgrid=false](-5,-5)(5,5)<br>
        \psset{viewpoint=10 30 30 rtp2xyz, Decran=30}<br>
        \defFunction{mycylinder}(u,v){2 u Cos mul}{2 u Sin mul}{v}<br>
        \psSolid[object=surfaceparametree,<br>
                base=pi 2 div 9 pi mul 4 div  0 .25,<br>
                ngrid=30,<br>
                function=mycylinder,<br>
                grid,<br>
                incolor=red!20,<br>
                fillcolor=red,<br>
                %RotY=-10,<br>
                action=draw**]<br>
        \psSolid[<br>
                object=face,<br>
                fillcolor=red,<br>
                incolor=blue,<br>
                biface,<br>
                base=0 0 .5 0 .25 .75,<br>
                linecolor=red,<br>
                RotY=90,<br>
                RotZ = 60,<br>
                action=draw**](2 sqrt, 2 sqrt, .375)<br>
        \psSolid[<br>
                object=vecteur,<br>
                args=0 0 2,<br>
                linewidth=2pt,<br>
                linecolor=blue]<br>
        \psPoint(0,0,2.2){A} \uput[0](A){\large $\vec{\omega}$}<br>
        \axesIIID(0,0,0)(3,3,3)<br>
\end{pspicture}<br>
<br>
\end{document}<br>
_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a><br>
</blockquote></div><br>