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