Message 1 of 4
How to use extrim by pyautocad?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I wanted to use extrim command by this sample of code:
command = "extrim "
doc.SendCommand(command)
Then, user have to pick a polygon by hand. I want to provide there an object predefined in code. Is there an option to pass an object into command instead of picking manually?