How get center line of hole or tap hole ,circle of hole in drawingview by selection.
How get center line of hole or tap hole ,circle of hole in drawingview by selection.
(OP)
I want get center line or circle in drawingview of part 3D.
I tried like that :
Dim itype(0)
itype(0) = "Line2D"
Dim status
status = oSel.SelectElement2(itype, "Select a Line", False)
but key "Line2D" is wrong.
Thank for any help !
I tried like that :
Dim itype(0)
itype(0) = "Line2D"
Dim status
status = oSel.SelectElement2(itype, "Select a Line", False)
but key "Line2D" is wrong.
Thank for any help !





RE: How get center line of hole or tap hole ,circle of hole in drawingview by selection.
Then modify your code to pick only the type you need...
indocti discant et ament meminisse periti
RE: How get center line of hole or tap hole ,circle of hole in drawingview by selection.
this method is difficult because their name is same "GeneratedItem" .
RE: How get center line of hole or tap hole ,circle of hole in drawingview by selection.
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: How get center line of hole or tap hole ,circle of hole in drawingview by selection.
i want create a dimension between two hole.
from 3D, how can do it?
RE: How get center line of hole or tap hole ,circle of hole in drawingview by selection.
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: How get center line of hole or tap hole ,circle of hole in drawingview by selection.
Can you help me?