...use recorded View positions and reposition all the views to their original location..
Can anybody help me doing this..
I started with this..
********************
Language="VBSCRIPT"
Sub CATMain()
Dim drawingDocument1 As Document
Set drawingDocument1 = CATIA.ActiveDocument
Dim...
Hello Ferdo,
Actually I want a macro that will create a bigger table like this, this will useful for me during Drawing revision recording and zone specification during each time. I am expecting a tool that will create such table that will be helpful for a moment during revision recording and...
Hello harlowmatt,
Can you post your complete code here, that will be of great help, I am looking for a code that will create a Table in complete sheet with zone name in each cell like from one corner A1 to end corner L40 . This code will help me to create table based on various sheet sizes...
Hi BigPrizz,
Just an idea is, you first need to create closed/filled cylinder, then perform cut using helical spring and then add fillets and finally shell command to get thickness.
I hope this will help.
Hi..
Sub CATMain()
Dim Params()
CATIA.SystemService.ExecuteScript "C:\TEMP\ideas", catScriptLibraryTypeDirectory, "ICD.CATScript", "CATMain", params
End Sub
please help in executing this script..
Thanks in advance,
Rangrao Padiyar
Hello Renat...
I would suggest to be prepared for the entry level screening and aptitude test. If you score good in tests, probably you need to undergo model tests and then you can show your skills by completing model and drawing in minimum time. Also note that while creating a model most of the...
Hello Everybody,
This is my first post in Bearing Design section. I hope, I will get responses on this.
Currently I'm working on rear axle design and curious to know regarding fitment selection for taper roller bearings.
We have standard set of guidelines for fit selection and thus not helpful...
Thanks ferdo for your feedback on this. I have searched through this forum using keywards like log file and timestamp, but have not found any useful.
Can you please point out any example that could be useful for me?
Thanks you,
Rangrao Padiyar
...of code from cklong (Automotive) (OP)'s post
Does anybody know how to modify this code to use as catia macro.. I'm really weak in programming [sad]
**************************
Dim path As String
Dim filename As String
Dim scrpt As String
Dim objFSO, objReadFile, contents
Dim ccontents As...
Thanks for your reply eric, actually I have to switch between multiple catia dwgs opened in session and insert logos. I think you understood what my query is.
Thank you.
Rangrao
...so.
Now I want to insert logos in multiple catia drawings already opened in session. Can anybody help me in correcting this code (highlighted)??
********************************************
Public Sub CATMain()
on error resume next
Set oDocument = CATIA.ActiveDocument
If Err.Number <> 0...
Hi Ferdo,
Thanks for your reply. I just tried opening the dwg file. it works, just modified to define the variables.
Can you tell how to import pdf file in vbs? I will give a try.
Thanks,
Rangrao
...the pic but not succeeded. Can you check and help me on this?
My requirement is instead of logo I want to insert pdf file in a user created view.
**************************************************************
Private Const RATIONONE=0
Private Const RATIOWIDTH=1
Private Const RATIOHEIGHT=2...
Hi Webbo,
Assembly design exam is difficult one among all specialist level exams. Study carefully regarding use of compass, constraints relationships...
Thanks ferdo for your reply..
Actually I was hoping a reply from you. I have seen your recent posts and you have helped lot of members.
I have checked the post which you mentioned, I have same scenario with lot of pdf files to import. I cannot use images because of readability issue.
I have a...
Hi Webbo..
I have got five certifications in CATIA..
You just need to concentrate on Catia Documentaion which you get along with CATIA.
Also you should know every option in a dialog box while working on catia.
Dialog box means window you get while creating Pad, fillet, pattern or anything like...