• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

iproperties modello lamiera

  • Thread starter Thread starter Lorenz578
  • Start date Start date

Lorenz578

Guest
Good morning.
I have a problem with iproperties on sheet metal models
with regard to part models and together the iproperties table does not have problems (image allego)iproperties.webpwhile on sheet metal models, the iproperties table is not compiled (image allego)lamiera iproprietis.webpI can imagine it's a templates problem, or maybe the file doesn't point the right folder, I don't know.
Can anyone help me?
Thank you very much
 
At first glance it seems that the sheet template is not updated with personal data. should check that the file points to the correct template and that the template itself is correct.
 
At first glance it seems that the sheet template is not updated with personal data. should check that the file points to the correct template and that the template itself is correct.
Thank you.
It is what I wrote among the possible causes.
the problem is that I don't know the procedure to make the file point to the correct template.
Also on the inventor guide (actually hurt in my opinion) I can not find a driving line rag.
What I'm asking in essence is if there's someone who can lead me step by step.
Thank you.

edit:
I tried to create a new sheet metal part and saw where the templates are saved and where the files are pointed. is all correct and in fact the table of the iproperties is compiled.
I didn't specify that the file in question was sent to me from another department and then I'm guessing it's this user who doesn't have the files pointing to the sheet template.
Could it be?
 
Last edited:
Yes, it could be that the user in question points to the wrong files. It would be better to review your pc's settings.
Specifically: application options - file
 
Thank you.
It is what I wrote among the possible causes.
the problem is that I don't know the procedure to make the file point to the correct template.
Also on the inventor guide (actually hurt in my opinion) I can not find a driving line rag.
What I'm asking in essence is if there's someone who can lead me step by step.
Thank you.

edit:
I tried to create a new sheet metal part and saw where the templates are saved and where the files are pointed. is all correct and in fact the table of the iproperties is compiled.
I didn't specify that the file in question was sent to me from another department and then I'm guessing it's this user who doesn't have the files pointing to the sheet template.
Could it be?
Your colleague's pc uses the wrong templates. to fix you can copy properties with design assistant from the correct model file
 
Your colleague's pc uses the wrong templates. to fix you can copy properties with design assistant from the correct model file
I have expressed myself badly, I mean to solve the files already made without being to insert new custom properties in each file made, with design assistant you can copy them automatically, of course the fields later must be filled with the correct information.
for files you will need to make new, first replace your colleague the correct model files.
 
Good morning.
I have a problem with iproperties on sheet metal models
with regard to part models and together the iproperties table does not have problems (image allego)View attachment 61706while on sheet metal models, the iproperties table is not compiled (image allego)

Hi.
if it can help I have prepared this; throw it in the current file and if the iproperties is missing, it creates it



try ' find
iprop_5%= iproperties.value("custom", "at 5%")
catch if he doesn't find then do:
iproperties.value("custom", "at 5%")="

try ' find
iprop_cod= iproperties.value("custom", "structure code")
catch if he doesn't find then do:
iproperties.value("custom", "structure code")="

try ' find
iprop_dizioni= iproperties.value("custom", "edit")
catch if he doesn't find then do:
iproperties.value("custom", "edit")="

try ' find
iprop_hrc= iproperties.value("custom", "hrc")
catch if he doesn't find then do:
iproperties.value("custom", "hrc")="

try ' find
iprop_ks= iproperties.value("custom", "ks")
catch if he doesn't find then do:
iproperties.value("custom", "ks")="

try ' find
iprop_note= iproperties.value("custom", "note")
catch if he doesn't find then do:
iproperties.value("custom", "note")="

try ' find
iprop_r= iproperties.value("custom", "r")
catch if he doesn't find then do:
iproperties.value("custom", "r")="

try ' find
iprop_s= iproperties.value("custom", "s")
catch if he doesn't find then do:
iproperties.value("custom", "s")="

try ' find
iprop_statomat= iproperties.value("custom", "material status")
catch if he doesn't find then do:
iproperties.value("custom", "material state")="

try ' find
iprop_treatmentter= iproperties.value("custom", "thermal treatment")
catch if he doesn't find then do:
iproperties.value("custom", "thermal treatment")="


Good job
 
to activate:
1) copy the file to a local or network folder accessible to all
2) in tools - options - ilogic configuration, add folder where there is the file1618834769453.webpThis is only to be done once.

from now on, in tools - user interface, you can activate the ilogic bar1618834867985.webpin the tab "external rows" there is your file1618834910757.webpto launch, dx key, run1618834931927.webp
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top