Community
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

derived part replace model reference

derived part replace model reference

ability to change or replace the model reference in derived part/assembly. look at this discussion http://forums.autodesk.com/t5/Autodesk-Inventor/Derived-Part-Replace-Model-Reference/m-p/3062998#M40...

36 Comments
Anonymous
Not applicable

Me too.

 

Duplicate idea seen here: https://forums.autodesk.com/t5/inventor-ideas/derived-part-replace-model-reference/idi-p/3909821

 

If you actually want to do it, follow the steps here: http://inventortrenches.blogspot.com/2012/12/ilogic-replace-derived-reference.html

 

Best of luck!

 

Anonymous
Not applicable

 

 

 

I work in an aluminium extrusión company. We developed 10 profiles per year an I am trying to start use inventor in the desinge procces, from the scratch to the final product that includ fabricatión tables and catalogs.

 

 

It would be nice if you can provide us a tool like the frame generation that alow us to model the frame and window an then use it as a parametric model that should gave us fabrication lists of materials, accesories and designe costs. All these should be focus to hava at the end a model that can be exported to bim so we could start building our BIM libary to share with our clients.

Tags (1)
Anonymous
Not applicable
DRoam
Mentor

The description of this idea isn't really related to the title...

 

I believe you can create custom shapes/beams for use in Frame Generator. That should do what you want. I recommend posting in the general Inventor Forum and asking for help with this if you need any guidance.

 

Anonymous
Not applicable

I'd like to replace the derived model by default, but why can not I?
Has not anyone thought about it?

Anonymous
Not applicable

Open "Design Assistant" of the derived part and replace the referenced part.

MarcoBösch
Contributor

please make a function for change the base components reference.

Tags (1)
ramji.m
Participant
Dim oDoc As Document
oDoc = ThisDoc.Document
Dim oRefFile As FileDescriptor
Dim oOrigRefName As Object     

For Each oRefFile In oDoc.File.ReferencedFileDescriptors
'get the full file path to the original internal references
oOrigRefName = oRefFile.FullFileName

'present a File Selection dialog
Dim oFileDlg As Inventor.FileDialog = Nothing
InventorVb.Application.CreateFileDialog(oFileDlg)
oFileDlg.InitialDirectory = oOrigRefName
oFileDlg.CancelError = True
On Error Resume Next
oFileDlg.ShowOpen()
If Err.Number <> 0 Then
Return
ElseIf oFileDlg.FileName <> "" Then
selectedfile = oFileDlg.FileName
End If

'Replace the reference
oRefFile.ReplaceReference (selectedfile)     
InventorVb.DocumentUpdate()
oOrigRefName = “”                                        
Next

iLogicVb.UpdateWhenDone = True
atinderghara
Enthusiast

I have used Design Assistant, went to mirrored part and replaced parent part to new part....worked without an issue

DRoam
Mentor
dan_szymanski
Autodesk
Status changed to: Future Consideration

Idea added to backlog for future consideration [49242]. Thanks!

dan_szymanski
Autodesk
Status changed to: Accepted

Accepted idea [49242]. Thanks!

Yijiang.Cai
Autodesk
Status changed to: Implemented

This has been available in Inventor 2022.1, and you could have a try.

tmonty
Contributor

Thanks for getting this implemented. 👍

alex_copland
Community Visitor

The ability to change the derived part source would save lots of time reworking models.

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Technology Administrators


Autodesk Design & Make Report