Example #1
0
 public void AddPosition(XbimPoint3D point3D)
 {
     _sb.AppendFormat("Point {0}: {1}\r\n", _PosPoint++, point3D.ToString());
 }