Hi,
I got list of product instances in the searched results. How to get the full path(for instance: MainParent/FirstLevelParent.1/SecondLevelParent.1/Child) of a particular instance?
Thanks in advance.
Hi,
I am able check the update status of a part using the below function
Function IsUpToDate(iObject As AnyObject) As Boolean
But not able to do so for 2D view since the Function was intended for Part alone.
Is there any way to check the update status of a Drawing View?
Many Thanks.
Hi,
In CATIA, while designing in PART DESIGN WORKBENCH, we use [highlight #729FCF]Tools --> Parameterization Analysis[/highlight] to find the list of sketches which are Fully/Under/Over Constrained.
Can we automate this?
Thanks in Advance.
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...