In AutoCAD if you want to use AutoLISP to select all entities/objects that crosses a point the ssget function can be used by passing the same point twice like this:
(ssget "c" pt1 pt1)
A Perfect Combo! Coding and Architecture
14 hours ago
No comments:
Post a Comment