Hi,
In a part, I need to extract the only the circular edges.
For that, I'm able to search and extract all the edges in a part. And then I'm able to check the extract geometrical type whether it is circle or not.
Is there any way to check for Circular Edges directly from topology instead searching all Edges?
Thanks in Advance.
In a part, I need to extract the only the circular edges.
For that, I'm able to search and extract all the edges in a part. And then I'm able to check the extract geometrical type whether it is circle or not.
Is there any way to check for Circular Edges directly from topology instead searching all Edges?
MySel.Add bdy
MySel.Search "Type=Topology.edge,sel"
MySel.Search "Type=Topology.edge,sel"
Thanks in Advance.