Let us consider the simpler one which is a triangle. According to the pst-eucl,

the point names will be placed on the bisector lines.
The below example is contradictory to the above statement.



\documentclass[pstricks,border=15pt]{standalone}
\usepackage{pst-eucl}
\pstVerb
{
/rv {rand 36000 mod 100 div} def % random number from 0.00 to 359.99
}
\begin{document}
\psLoop{30}{%
\begin{pspicture}[showgrid=false](-2,-2)(2,2)
\pscircle[linestyle=dashed,linecolor=lightgray]{2}
\pstTriangle[linejoin=2](!2 rv PtoC){A}(!2 rv PtoC){B}(!2 rv PtoC){C}%
\end{pspicture}}
\end{document}
Now let us consider any polygon. How to automatically place points names of a polygon on the bisector lines?


\pstTriangleor it also works for any polygon generated by\pstGeonode[CurveType=polygon](){}...(){}? – kiss my armpit Sep 12 '12 at 08:04