Esempio n. 1
0
 public Line3D Clone()
 {
     return(new Line3D(StartPoint.ClonePnt3D(), EndPoint.ClonePnt3D()));
 }