<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear list,<br>
<br>
just to answer my question myself by some private help of Herbert:<br>
<blockquote cite="mid:493E979A.7090200@acrotex.net" type="cite"><font
 face="Myriad Pro"><br>
When using<br>
  <br>
  </font>
  <pre wrap="">\pcline{|-&gt;}(O)(B)</pre>
  <font face="Myriad Pro">the bar is as well scaled, which for sure
makes
sense. Is it nevertheless possible to suppress the scaling of the
bar(s) -- I would like to have ONLY&nbsp; the arrowhead definitions globally
for a large document. Your solution is fantastic for the given example
-- however i have a large amount of some other graphics with bars and
vectors and there it doesn't look too good with that thick bars.<br>
  <br>
  </font></blockquote>
<font face="Myriad Pro"></font>Here the perfect result to suppress the
thickness of the bar that was added; _pstricks-add_ offers a
WON-DER-FUL command named: \resetOptions, that sets all values to the
default values and that now allows to overwrite some globally set
pstricks settings easily locally within the \pspicture environment --
very cool!!!<br>
<br>
Herbert, keep as well on trucking on the experimental pstricks-add and
maybe you will move the \resetOptions to the basic pstricks package --
really useful for locally or globally resetting the values to the
default. Indeed this trick solved all my problems to setting values
globally vs. locally.&nbsp; <br>
<br>
Yoodle!!!!<br>
<br>
<br>
\documentclass{article}<br>
\usepackage{pstricks,pst-node}<br>
\usepackage{pstricks-add}<br>
\usepackage{esvect}<br>
\parindent=0pt<br>
\begin{document}<br>
\psset{arrowscale=4,arrowlength=3,arrowsize=0 1.5,arrowinset=0,<br>
tbarsize=0.25pt 2}<br>
\begin{pspicture}(-0.5,-0.5)(6,3)<br>
\cnode(0,0){0cm}{O}\cnode(4,0){0cm}{A}<br>
\cnode(6,2){0cm}{B}\cnode(2,2){0cm}{C}<br>
\pcline{-&gt;}(O)(A)\nbput{$\vv{b}$}<br>
\pcline{-&gt;}(O)(C)\naput{$\vv{a}$}<br>
\pcline{-&gt;}(A)(B)\nbput{$\vv{a}$}<br>
\pcline{-&gt;}(C)(B)\naput{$\vv{b}$}<br>
% Here the trick<br>
\pcline{-&gt;}(O)(B)<br>
\resetOptions<br>
\pcline{|-}(O)(B)<br>
% End of the trick<br>
\nbput[nrot=:U]{$\vv{b}+\vv{a}$}<br>
\naput[nrot=:U]{$\vv{a}+\vv{b}$}<br>
\end{pspicture}<br>
\end{document} <br>
<br>
Thanks a lot for your steady work and maintainance of the powerful
PSTricks bundle.<br>
<br>
Regards,<br>
<br>
Juergen<br>
<br>
<pre class="moz-signature" cols="65">-- 
 J&uuml;rgen Gilg
 Austr. 59
 70376 Stuttgart
-------------------------------------
 Tel       0711.59 27 88
 e-Mail    <a class="moz-txt-link-abbreviated" href="mailto:gilg@acrotex.net">gilg@acrotex.net</a>
 Websites  <a class="moz-txt-link-abbreviated" href="http://www.acrotex.net">www.acrotex.net</a>
           <a class="moz-txt-link-abbreviated" href="http://www.brueckenkurs-physik.de">www.brueckenkurs-physik.de</a>
           <a class="moz-txt-link-abbreviated" href="http://www.gilligan-online.de">www.gilligan-online.de</a>
</pre>
</body>
</html>