This is one of the major issues with using command calls in applications (i.e. calling standard AutoCAD commands), apart from being slower, there are many compatibility issues arising when the program is used in various versions of AutoCAD. The most obvious is the prompt order for some commands is subject to change between versions, but other subtle differences in the command behaviour can also be apparent (the Fillet command is one example that springs to mind).
However, since your program is generating all of the geometry anyway, and not working with existing user-generated geometry, why not generate precisely the required geometry and avoid the need to trim?




Reply With Quote
Bookmarks