Autodesk Inventor
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Rasmussen, Egon
Change Part Number in multiply files
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
84 Views, 7 Replies
11-25-2002 03:43 PM
Hi There
How can I change the "Part Number" Field in Thousands of .ipt files.
Part Number Field = Filename
Used the same "Mother.ipt" to create all files, but to change 8000 files
manually
I´snt that funny.
Thanks in Advance
Egon Rasmussen
SikaMatec
Denmark
How can I change the "Part Number" Field in Thousands of .ipt files.
Part Number Field = Filename
Used the same "Mother.ipt" to create all files, but to change 8000 files
manually
I´snt that funny.
Thanks in Advance
Egon Rasmussen
SikaMatec
Denmark
*KJohnson
Re: Change Part Number in multiply files
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-25-2002 08:36 PM in reply to:
*Rasmussen, Egon
VBA would do it easily. Check out the sample in the SDK directory under
Iventor 6 and the Programming help. Also check out the
autodesk.inventor.customization. Look in the FAQ posted yesterday for the
link.
Kathy Johnson
"Egon Rasmussen" wrote in message
news:6131FF78E1F7BC8CD96CECB562261F1A@in.WebX.maYI adrTaRb...
>
>
> Hi There
>
>
>
> How can I change the "Part Number" Field in Thousands of .ipt files.
>
> Part Number Field = Filename
>
> Used the same "Mother.ipt" to create all files, but to change 8000 files
> manually
>
> I´snt that funny.
>
>
>
> Thanks in Advance
>
>
>
> Egon Rasmussen
>
> SikaMatec
>
> Denmark
>
>
Iventor 6 and the Programming help. Also check out the
autodesk.inventor.customization. Look in the FAQ posted yesterday for the
link.
Kathy Johnson
"Egon Rasmussen"
news:6131FF78E1F7BC8CD96CECB562261F1A@in.WebX.maYI
>
>
> Hi There
>
>
>
> How can I change the "Part Number" Field in Thousands of .ipt files.
>
> Part Number Field = Filename
>
> Used the same "Mother.ipt" to create all files, but to change 8000 files
> manually
>
> I´snt that funny.
>
>
>
> Thanks in Advance
>
>
>
> Egon Rasmussen
>
> SikaMatec
>
> Denmark
>
>
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-25-2002 09:10 PM in reply to:
*Rasmussen, Egon
Hi Kathy
Thanks, but I was looking for a more automatic
kind of feature.
Like: Point on a folder, and all .ipt in all subfolders will obtain "Part Number" as filename.ipt
Egon
Thanks, but I was looking for a more automatic
kind of feature.
Like: Point on a folder, and all .ipt in all subfolders will obtain "Part Number" as filename.ipt
Egon
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-25-2002 09:38 PM in reply to:
*Rasmussen, Egon
Try using the Design assistant, select all the files to change by holding down the shift or control key. Then right mouse click, pick Properties and change the field, this will update all the selected files.
*KJohnson
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-25-2002 10:01 PM in reply to:
*Rasmussen, Egon
The only problem is that he wants each file to have
a different entry in that property.
a different entry in that property.
Kathy Johnson
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"JRS" <jsears@igluo.com>Try
wrote in message
href="news:f1275c8.2@WebX.maYIadrTaRb">news:f1275c8.2@WebX.maYIadrTaRb...
using the Design assistant, select all the files to change by holding down the
shift or control key. Then right mouse click, pick Properties and change the
field, this will update all the selected files.
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-25-2002 10:38 PM in reply to:
*Rasmussen, Egon
HI
Yes... You are right Kathy, thats the problem.
You know that the "Part number" field (the first time the part is saved) obtain the filename.
But if you have 8000 parts with the same filename, written
in that "Part number" field, your lost.
Dont know how to do ?.
Thanks a lot for all your answers.
Egon Rasmussen
Yes... You are right Kathy, thats the problem.
You know that the "Part number" field (the first time the part is saved) obtain the filename.
But if you have 8000 parts with the same filename, written
in that "Part number" field, your lost.
Dont know how to do ?.
Thanks a lot for all your answers.
Egon Rasmussen
*J, Dave
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-26-2002 01:10 AM in reply to:
*Rasmussen, Egon
So what you really want is an FM button? (F***ing
Magic)
Magic)
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"sikamatec" <HI
href="mailto:egon@sikamatec.dk">egon@sikamatec.dk> wrote in message
href="news:f1275c8.4@WebX.maYIadrTaRb">news:f1275c8.4@WebX.maYIadrTaRb...
Yes... You are right Kathy, thats the problem.
You know that the "Part
number" field (the first time the part is saved) obtain the filename.
But
if you have 8000 parts with the same filename, written
in that "Part
number" field, your lost.
Dont know how to do ?.
Thanks a lot for all your answers.
Egon Rasmussen
*KJohnson
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-26-2002 01:36 AM in reply to:
*Rasmussen, Egon
The VBA program will do the job without opening
everyfile. It will take less time then doing it manually.
everyfile. It will take less time then doing it manually.
Kathy Johnson
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Dave J" <
href="mailto:davej@autoconcorp.com">davej@autoconcorp.com> wrote in
message
href="news:5AA779408FA13EF6846CD3EBD3AEA70F@in.WebX.maYIadrTaRb">news:5AA779408FA13EF6846CD3EBD3A......
So what you really want is an FM button? (F***ing
Magic)
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"sikamatec" <HI
href="mailto:egon@sikamatec.dk">egon@sikamatec.dk> wrote in message
href="news:f1275c8.4@WebX.maYIadrTaRb">news:f1275c8.4@WebX.maYIadrTaRb...
Yes... You are right Kathy, thats the problem.
You know that the
"Part number" field (the first time the part is saved) obtain the filename.
But if you have 8000 parts with the same filename, written
in that
"Part number" field, your lost.
Dont know how to do ?.
Thanks a lot for all your answers.
Egon Rasmussen
