vigadario
Guest
hello to all, I am new of the group; autocad use mainly to detect measurements for architectural computation and to draw in 2d. on some occasions I have to draw in 3d
I have created with vba (I know enough from msoffice) of the routines that generate solids "gift index" for extrusion with
"set solidbj = thisdrawing.modelspace. addextrudedsolidalongpath(regionobj(0), polyobj)"
I can't always enter these solids from code in a block without having to manually select them; I've been trying for 5 days, but I can't do it.
I found an example that allows me to do it with 2d elements but I can not adapt it for solids
Can you help me?
Thank you.
I have created with vba (I know enough from msoffice) of the routines that generate solids "gift index" for extrusion with
"set solidbj = thisdrawing.modelspace. addextrudedsolidalongpath(regionobj(0), polyobj)"
I can't always enter these solids from code in a block without having to manually select them; I've been trying for 5 days, but I can't do it.
I found an example that allows me to do it with 2d elements but I can not adapt it for solids
Can you help me?
Thank you.