Hello everyone.
I want to associate my 3d files
Whether it's .sldprt or .sldasm an article code in its own that I could then retrieve in a drawing.
Is there a simple, patched way?
Thank you in advance.
Hello everyone.
I want to associate my 3d files
Whether it's .sldprt or .sldasm an article code in its own that I could then retrieve in a drawing.
Is there a simple, patched way?
Thank you in advance.
It depends on the article code you want to associate with each file.
If article code = file name with batchproperties it's simple and efficient.
In theory with the property form you should get there
http://www.lynkoa.com/tutos/3d/solidworks-le-formulaire-de-proprietes
http://www.lynkoa.com/tutos/3d/editeur-de-formulaire-solidworks
@+ ;-))
you can enter an article code for your part or assembly in the SMART PROPERTIES and retrieve this data during the drawing. If you have configured your title block so that it recalls the article code, then it will appear.
If it's the name of the file, you don't even need to go through a custom property ($PRPSHEET:filename).
Otherwise, just create a custom property in the room and the base asm (dot file). Property will be called in the drawing by $PRPSHEET:property name.
The form editor helps to help/guide/frame the user for filling in properties.
Thank you for your answers friends.
If I want to make changes to these custom properties
How to edit it?
found
:)