Beispiel #1
0
 public void CreateBox()
 {
     ObjectId boxId = ModelSpace.AddBox(new Point3d(300, 200, 100), 600, 400, 300);
 }