I would have expected to use:
Catia.RefreshDisplay = False
Catia.DisplayFileAlerts = False
to improve the speed of the code but I don't understand why it is not working from vb.net.
Any idea?
Any idea on how I can take Curve2D and explode them?
I have some Curve2D resulted from text saving as DXF and I would need to transform it in lines.
Manually I could use Explode but I fail to automate the process.
I would need your ideas to achieve to take one sketch from Part Design (made from 2D unfolded view) and fold it on a surface close a to cylinder.
I don't have access to developed toolbar as I don't have the license for it. How can I trick it without this toolbar?
Thank you.
Is it possible to automate "Positional Link - Create" to "group" some ballons togheter?
The goal is to move one ballon and the other to move accordingly with the first one.
Do we have any connection between GeneratedItem and 3D Product?
Or with other words, by having a line from a view generated from 3D, is it possible to find Product Name?
Do I have any easy method to break lines top of 2D text?
I have tried Blank Background but it is not ok as it adds Blank Background also for leaders and this is not allowed for my case.
Maybe there is a way to remove Blank Background?
I am able to create automatically text with circle frame but I cannot use them, as leader looks not similar with balloons leader.
Do you have any suggestion on how I could create directly ballons with macro?
I tried and failed to create a view using the example from documentation.
If I used it in CATScript it is working, but if I move it in vb.net it fails at below line with error "Member not found":
oFrontViewGB.Document = oPartToDraw
What am I missing?
Help is highly appreciate :)
'...
I try to rename a set of parameters and I failed :(
What I am doing wrong?
CATIA.StartCommand ("Clear History")
mySelection.Clear
mySelection.Add (oRootParams)
'mySelection.Search("CATKnowledgeSearch.AdvisorParameterSet.Name='Parameter_Name',all")...