예제 #1
0
 public void CreateTorus()
 {
     ObjectId torusId = ModelSpace.AddTorus(new Point3d(300, 200, 100), 600, 400);
 }