コード例 #1
0
ファイル: CurveGraph.cs プロジェクト: SOFAgh/CADability
 public override string ToString()
 {
     return("Joint: " + curve.ToString());
 }