<!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">
<font face="Myriad Pro">Dear Doris,<br>
<br>
yes, that was the thing that missed for me.<br>
<br>
Now multido makes sense. Thanks very much for the hint.<br>
<br>
\documentclass{article}<br>
\usepackage{multido}<br>
\usepackage{pstricks,pst-eucl,pstricks-add}<br>
\begin{document}<br>
\begin{center}<br>
\begin{pspicture}(-3,-2.5)(2,2)<br>
\pstGeonode[PosAngle={0,-45},PointName={,}](.5,1){S}(-1.5,-1.2){A}(.5,-.8){B}<br>
\psset{linecolor=black, nodesep=-.5}<br>
\multido{\n=0.2+0.2, \i=0+1}{12}{<br>
\pstHomO[HomCoef=\n, PosAngle=-45,PointName={,}]{S}{A,B}[C\i,D\i]<br>
\pstLineAB[nodesep=-.5]{C\i}{D\i}<br>
}<br>
\psset{linecolor=black, nodesep=-4.5}<br>
\pstLineAB{A}{S}<br>
\pstLineAB{B}{S}<br>
\end{pspicture}<br>
\end{center}<br>
\end{document}<br>
<br>
Regards,<br>
<br>
J&uuml;rgen<br>
</font><br>
Doris Wagner wrote:
<blockquote cite="mid:36FF1CF4-4192-4D7D-BDC3-79CE59C82ADC@mac.com"
 type="cite">
  <pre wrap="">hi j"urgen,

here is a possibility to get rid of the labels:

\pstGeonode[PosAngle={0,-45},PointName={,}](.5,1){S}(-1.5,-1.2){A}(. 
5,-.8){B}
\pstHomO[HomCoef=.62, PosAngle=-45,PointName={,}]{S}{A,B}[C,D]


then you can label the segments each by hand or all by multido. I can  
help you with multido, but first please provide an example with labels  
set each by hand so that I can see where the labels should be

greetings
d
_______________________________________________
PSTricks mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PSTricks@tug.org">PSTricks@tug.org</a>
<a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/pstricks">http://tug.org/mailman/listinfo/pstricks</a>


  </pre>
</blockquote>
<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>