C # code for controlling AutoCAD camera

In AutoCAD 2015, you can use this camera control to instantly get different views of your model.

enter image description here

And by clicking first an entity or group and then a part of the cube, it will zoom in on that object or group.

enter image description here

Is there a way to do this programmatically from C #? I want my code to be able to select an object based on the passed ObjectId and then increment it in the upper left corner.

+3


source to share


1 answer


  • Object request
  • Get your bounding box. Use this for guidance.
  • Then combine with this one to make it bigger.


-1


source







All Articles