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

[inventor 2016] view iproprietis

  • Thread starter Thread starter mir
  • Start date Start date
Hi.
I had not noticed this problem... since at the time of the post, I had still installed a copy of iv 2012
This program (in my opinion very comfortable) was created for iv 2012, so it has inside its own search paths for that version. to solve the problem, simply you have to do:
create folder c:\users\public\documents\autodesk\inventor 2012\propertieswindow1
and copy inside propertieswindowdata.txt

Let me know

Thank you.
 
Hi.
Unfortunately this trick does not work, the module downloads as before as soon as I click ok.
but do you use it with inv2017?
or is there any alternative form?
 
hi, I installed it on all versions from iv 2012 to 2018

running a search, I'm like this:

c:\program files\autodesk\inventor 2018\bin\propertieswindow1.dll
c:\users\public\documents\autodesk\inventor 2012\propertieswindow1\propertieswindowdata.txt
c:\programdata\autodesk\inventor 2018\addins\autodesk.propertieswindow1.inventor.addin

Let me know.
Thank you.
 
Let's see... with ilogic modules I create a module and people with the data I need.

Now though if item change does not update the form ... too simple my thinking?
 
hi then I did it, the hippo was simple, I had logged in as a user so I didn't copy the files :/
Now everything works, I inserted the iproperties I use and bon.
At the moment it is as you say, mir, if you use non-personal properties it is so. I am doing some tests with some ilogic +trigger rule to be able to use the tool
 
hi then I did it, the hippo was simple, I had logged in as a user so I didn't copy the files :/
Now everything works, I inserted the iproperties I use and bon.
At the moment it is as you say, mir, if you use non-personal properties it is so. I am doing some tests with some ilogic +trigger rule to be able to use the tool
Let me know!
 
a proposal (discussed but now I can't do a test with custom properties) but in the distinct base of a set I already have all the properties of each component (one click) and in addition I can change them if they are not correct or if they are missing.
 
Hi.
this app absolutely does not want to replace the system of the distinct. I find it very convenient since, if in a set, you want to know about a part or together, just touch it (without doing any command!!) and you appear the data (code desc, material etc.....) then speeds up the work very much.
then, for the input of data (iporperties), you can do it from the standard page, from the distinct (using search, copy paste etc.) or from this app on the single item.
Moreover it is fantastic to understand (in case the item was turned off) who is .....
item spento.webpthere is a Swedish app, where it also puts the preview below when selecting
 
hello to me for only viewing use this ilogic rule, which should also work on 2025, very simple in the context together touch the component and give you the information that I impose in the rule. , put it as an external rule and create a module with the button and the game is done.esempio.webp
Code:
dim ooccurrence as componentoccurrence
try
  ooccurrence = thisdoc.document.selectset.item(1)
catch
  messagebox.show("please select a component before running this rule.", "ilogic")
  return
end try

dim doc as document
dim curfilename as string

'set the selected item
ooccurrence = thisapplication.activedocument.selectset.item(1)

'get the selected item document occurrence name
doc = ooccurrence.definition.document

'get the path and file name of the selected item
curfilename = doc.fullfilename

'defines backslash as the subdirectory separator
dim strcharsep as string = system.io.path.directoryseparatorchar

'find the postion of the last backslash in the path
fnamepos = instrrev(curfilename, "\", -1)   
'get the file name with the file extension
name = right(curfilename, len(curfilename) - fnamepos)
'get the file name (without extension)
shortname = left(name, len(name) - 4)
'get the path of the folder containing the file
folder_location = left(curfilename, len(curfilename) - len(name))

'messagebox.show("nome file: " & name _
'& vblf & "nome file senza estensione: " & shortname _
'& vblf & "percorso: " & folder_location _
'& vblf & "numero magazzino: " & iproperties.value("project", "stock number") _
'& vblf & "percorso e nome file: " & curfilename, "ilogic")


messagebox.show("nome file: " & name _
& vblf & "numero parte: " & iproperties.value("project", "part number") _
& vblf & "descrizione: " & iproperties.value("project", "description") _
& vblf & "numero magazzino: " & iproperties.value("project", "stock number") _
& vblf & "percorso e nome file: " & curfilename, "informazioni componente")
 
hello to me for only viewing use this ilogic rule, which should also work on 2025, very simple in the context together touch the component and give you the information that I impose in the rule. , put it as an external rule and create a module with the button and the game is done.View attachment 71446
Code:
dim ooccurrence as componentoccurrence
try
  ooccurrence = thisdoc.document.selectset.item(1)
catch
  messagebox.show("please select a component before running this rule.", "ilogic")
  return
end try

dim doc as document
dim curfilename as string

'set the selected item
ooccurrence = thisapplication.activedocument.selectset.item(1)

'get the selected item document occurrence name
doc = ooccurrence.definition.document

'get the path and file name of the selected item
curfilename = doc.fullfilename

'defines backslash as the subdirectory separator
dim strcharsep as string = system.io.path.directoryseparatorchar

'find the postion of the last backslash in the path
fnamepos = instrrev(curfilename, "\", -1)  
'get the file name with the file extension
name = right(curfilename, len(curfilename) - fnamepos)
'get the file name (without extension)
shortname = left(name, len(name) - 4)
'get the path of the folder containing the file
folder_location = left(curfilename, len(curfilename) - len(name))

'messagebox.show("nome file: " & name _
'& vblf & "nome file senza estensione: " & shortname _
'& vblf & "percorso: " & folder_location _
'& vblf & "numero magazzino: " & iproperties.value("project", "stock number") _
'& vblf & "percorso e nome file: " & curfilename, "ilogic")


messagebox.show("nome file: " & name _
& vblf & "numero parte: " & iproperties.value("project", "part number") _
& vblf & "descrizione: " & iproperties.value("project", "description") _
& vblf & "numero magazzino: " & iproperties.value("project", "stock number") _
& vblf & "percorso e nome file: " & curfilename, "informazioni componente")
Hi, and thanks batleo,
for real-time modification, could there be something? I used the old app property editor... practically selecting a part or a set you could directly edit iproperties from a window anchored on the right.. .
 

Forum statistics

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

Members online

No members online now.
Back
Top