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

upload an illogical route to a new side file

  • Thread starter Thread starter cen82
  • Start date Start date

cen82

Guest
Guys. I need to identify the work of my parts in every table. I thought I'd do that this way.

I have created custom iproperties with the various stages of machining, cutting, laser, bending cbc,.... etc. type si/no

this allows me in asiseme in the distinct components to manage the processes directly from them.

then I created in the file of parts of the variables where depending on you or not associate the processing string (e.g. laser)
made this in the table in a dedicated space I have the mirror of the processing of the individual parts.

However now I have to execute the rule manually I would instead like this to be done automatically... But I don't know how to do it! :mad::frown:
 
connect it to the event trigger you prefer (find the button next to add rule)
 
Great. Thank you very much:-)
I'd take advantage of it again... .
I create the part, then the table and on this contribution revisions and changes and then the revision index increases, but on the file of the part no.
I was thinking about approaching the solution always with ilogic (unless there is any other idea) but I have difficulty getting back the name of the part in ilogic ....
 
I don't know if it'll help anyone. Here you go.
connect the table revision to the ipt file.
when you add a revision to the table, launching this rule, you also update the corresponding property of the ipt file.
modelname = io.path.getfilename(thisdrawing.modeldocument.fullfilename)
'messagebox.show(modelname, "title")

iproperties.value(modelname,"project", "revision number")=iproperties.value("project", "revision number")
 

Forum statistics

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

Members online

No members online now.
Back
Top