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