Code article

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.

 

2 Likes

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

@+ ;-))

2 Likes
Hello The easiest way is to create a custom property on document templates. See the "Property Form Editor Overview" help topic: In SolidWorks, on the Custom Properties tab (the hand holding a sheet) of the task pane (on the right side of the interface), click Create Now. (Available if there is no tab template for the current document type yet.)
1 Like

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.

1 Like

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.

1 Like

Thank you for your answers friends.

If I want to make changes to these custom properties

How to edit it?

1 Like

found 

:)

2 Likes