muck 发表于 2022-7-6 17:06:15

ThisDrawing.Utility.GetEntity,

AutoCAD2004 to 09
Does anyone have a simple VBA program that demos
ThisDrawing.Utility.GetEntity. How does that method work?
 
Does anyone have a simple VBA program that demos
ThisDrawing.Utility.GetSubEntity. How does that method work?
 
Thank you,

CmdrDuh 发表于 2022-7-6 18:05:00

What exactly are you trying to do?
 
GetEntity returns the ent picked as the type of object you are trying to pick, and the coordinate where the pick took place.The coordinate does not have to be on the object.

CmdrDuh 发表于 2022-7-6 18:20:15

From the help file
页: [1]
查看完整版本: ThisDrawing.Utility.GetEntity,