Hi everyone,
I want to count all circles with 8 from a drawing view... or after edge!!!... COUNT ALL EDGES WITH LENGTH = 30 FROM EXAMPLE!
Ex: Create a userform with a textbox...insert in that textbox 8, then run a button and result=....
It's possible???
Thanks
You can use View::GetVisibleEntities2 to get all edges. Than traverse all of them and found the only which are circular (IEdge::GetCurve->ICurve::IsCircle)