...=Search&q=rename+InputBox&t=&h=&searchSite=1&searchArea=1&d=1&s=1]this[/link] . Maybe is good as a start...
...=CATIA.ActiveDocument.Selection
Window1 = InputBox("Type the name u want change: ", "Change the name of body,point, etc...
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Home >
Forums >
Engineering Computer Programs >
Engineering Programs >
DASSAULT: CATIA products Forum
|
|
14 records matched your query of rename InputBox. Outputting records 1 to 14. HarunMusic (Computer)
...=Search&q=rename+InputBox&t=&h=&searchSite=1&searchArea=1&d=1&s=1]this[/link] . Maybe is good as a start... ...=CATIA.ActiveDocument.Selection
Window1 = InputBox("Type the name u want change: ", "Change the name of body,point, etc... llbbyy (Mechanical)
...I create a macro,the object is to:
1)rename the part name and instance name,
2) the instance... ... specified path specified by inputbox,
4)save the filename same as renamed number.(macro see attachment... ghizzo (Mechanical)
...Hi to everyone.
I've a problem, i need to rename an assembly (and all sub-assembly and parts... ...beware of catia links management if you rename outside of catia process
[center][b]Eric N.[/b... mahbPLM (Computer)
...Hello ,
I try to write a macro to rename all instances and references in an assembly.
I find... ... some subjects in this forum about the same problem but I can't rename all the assembly tree... JeniaL (Mechanical)
... number that is not a decimal
sResponse = InputBox ("Enter the (integer) number of points to be placed... ... decimal
sResponse = InputBox ("Enter the (integer) number of points to be placed on each curve... JeniaL (Mechanical)
...how can i call up this dialog? i need to select several elements and then rename them
[img https... ... = InputBox ("prefix")+ i
Next... us01 (Aeronautics)
...Sir, can you tell me, what is the command to rename body name ?
Thx ... ... ' Grab the mainbody
oPartBody.Name = "Corps principal" ' Rename PartBody
body1.Name = "IPN-PO-XXXX-XX... FTARunner (Automotive)
...In short, I need a macro to search through the whole assembly in Catia V5 and rename or remove *.1... ... I know what you want but just to be sure (rename is a little bit different then remove... vikt (Mechanical)
...Hi Friends,
I have created this macro to rename all parts ( unique parts) in a product.
Also... ...
- InputBox for path where to save
- InputBox for suffix or prefix (if implemented)
- Save also... DanielMadureira (Automotive)
... rename them first in another macro).
Regards
Fernando
https://picasaweb.google.com... ... = InputBox("Enter Bottom radius", "Enter radius value in mm", 1)
TopRadius = InputBox("Enter top radius... weagan22 (Aerospace)
...I am working on a macro to rename all of the parts in an assembly. I have gotten all of the "Part... ... path?", vbYesNo)
If changePath = vbYes Then
docPath = InputBox("Enter new file path... wdnick (Mechanical)
... parameters1 = part1.Parameters
Dim ScaleVar1 As Variant
ScaleVar1 = InputBox("Enter Scale Factor.", "Input... ...("", ScaleFactor1#)
realParam1.Rename "Scale Factor"
part1.Update
End Sub
... prajzsolid (Mechanical)
...
sPrefix = InputBox("String for prefix", "input", "prefix") ''Ask for Input from the User
HBody.Name... ... = "Route" & CStr(sPrefix) '''Rename the geometric set based on user input
Set seltest = partDocument1... iscariot (Mechanical)
...I don't understand why I cannot add products and rename them using below code:
[code ]Sub... ... = InputBox("Insert the Part Number of product")
Dim product2 As Product
Set product2 = products1... SEARCH AGAIN |
ResourcesWhat is rapid injection molding? For engineers working with tight product design timelines, rapid injection molding can be a critical tool for prototyping and testing functional models. Download Now
The world has changed considerably since the 1980s, when CAD first started displacing drafting tables. Download Now
Prototyping has always been a critical part of product development. Download Now
As the cloud is increasingly adopted for product development, questions remain as to just how cloud software tools compare to on-premise solutions. Download Now
|