Hi all,
I want to have my text to be scaled with ditto. I have plenty of them in ref view. i am creating instances by means of macro. Also My ref view has been created using catvba. How can I set "Apply Scale" Property of every textbox / text field in CATvba? Please explain
Aaditya Dengle...
Hello Friends,
We know how to set an Attribute Link to text box by means of CATScript (.InsertVariable function). Now there is one more scenario where you may want to find which parameter has been linked with text? Any Ideas to do so?
What in my case:-
I have to change Title block of several...
Hi Fernando,
Take a look with attachment. this may give what you want.
Aaditya Dengle
----------------------------
Never stop learning........http://files.engineering.com/getfile.aspx?folder=dff189e3-3823-466a-806e-970b2dad656a&file=Upload.rar
No need to select the order manually just go for direct command reorder.
you will need your part name in following format "AAXXXXXXX-XXX-XX-XX" WHERE AAXXXXXXX IS UNIT NUMBER, XXX IS ASSEMBLY CODE, XX IS SUB ASSEMBLY / PART, XX IS PART / CHILD PART. OR YOU MAY CHANGE THE CODE TO SUIT YOUR PART...
THANKS FERDO
I wasn't know the chm file itself. i think one should look in to this file before going out for help.
For others who doesnt know where the file located, please go to following path on your PC
C:\Program Files\Dassault Systemes\BXX\intel_a\code\bin\v5automation.chm
where BXX is your...
THANKS FERDO
I wasn't know the chm file itself. i think one should look in to this file before going out for help.
For others who doesnt know where the file located, please go to following path on your PC
C:\Program Files\Dassault Systemes\BXX\intel_a\code\bin\v5automation.chm
where BXX is your...
Dear Masters,
I was wondering if i can do instantiation of details components via CATVBA. But i found there is no such "DIRECT" method like .begaininstance associated with DraftingITF.
Is this really a case with CATIA V5R19 that you cant automate said process or there is another way around to do...
1,1,1,0,0,0 didn't work
got some result on 1,-1,0,0,1,1 but view is from backword (left side's back top corner). I will need to have view form right side's(of the observer) front top corner.
All masters,
I am using script to generate drawing views as per my requirement. I have to handle a large number of models and will need drawings for individual parts.
what i am trying to do is to generate an isometric view. i am just using .DefineIsometricView(x1,y1,z1,x2,y2,z2) method for the...
thread560-251808
Just Import .bas and .frm file to your existing or new catvba project.
Updates:
Adding / Removing List item (Part / Product) selection directly by double clicking on list. [thumbsup2]
Error at the end of process removed. [2thumbsup]