예제 #1
0
 public void CreateSphere()
 {
     ObjectId SphereId = ModelSpace.AddSphere(new Point3d(300, 200, 100), 600);
 }