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 Ferdo,
Thanks.
Actually what I need is the path of the item(s) which we search.
In search results, we will have Name & Path of the Item. I am able to export the name but not able to get the entire path.
Kindly suggest a way.
Thanks in Advance.
Hi,
Not able to find anything which returns the status of the sketch.
In V5automation.chm file and VBA object browser also, not able to find.
Thanks in Advance.
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,
Thanks a lot.
The difficulty is PartBody will have UserPattern/Rectangular Pattern of Holes. Sometimes Pocket Feature also used.
Thanks in Advance.
Hi,
I want to measure the distance between two 10mm diameter holes.
Fot this, following are the steps involved in the program.
Searching & Selecting all the available edges
Extracting all the edges
Checking for the Circular Extract
check for diameter of the circular extracts
if circular...
Hi
Please find the sample part. Change Sample.txt to sample.catpart.
Time taken for extraction is around 3-4 mins.
Thanks in advance.http://files.engineering.com/getfile.aspx?folder=d7ba9fd8-f989-4b3f-bc21-1361cd23f94b&file=Sample.TXT
Hi Frodo,
Thanks for ur time & suggestion.
MySel.Search "Type=Topology.edge,sel" & MySel.Search ("Type=Edge,Selection_BorderREdge") gave same result.
Both codes are selecting all the edges available in a partbody.
But I need to select the circular edges alone. Is there anyway to select the...
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...