Drawing of the property room

Hi all.

 

I use SW 2013.

 

My part and drawing template have the properties of material and mass.

 

When creating a part, I impose the material on the part (copper, PMMA, etc.), updating the properties is done without any problem

 

In drawings, there is the possibility to retrieve data (link to SW properties)

 

My question is the following: how to AUTOMATICALLY retrieve this data during drawing?  In other words, what should be the expression at the template level to retrieve the name of the part for which the drawing is being made.

I introduced "SW-Material@Pièce.SLDPRT" but the update does not work.

 

Thank you for your help


seq.jpg

Hello

 

In my SolidWorks files, the properties are in 3D (sldprt or sldasm). The drawing has virtually no custom properties.

 

So in the drawing, I get the properties of the 3D directly, by placing in your title block or the comments a property of the model by writing: $PRPSHEET:{property name}.

 

Hoping I have interpreted your question correctly.

 

Have a nice day

4 Likes

Hello

You should use $PRPSHEET:"Matiere_SW"

 

For example, in our template we have inserted an annotation with the following text:

Material $PRPSHEET:"Matiere_SW":  $PRPSHEET:"Material"

 It appears:

XC48 Material: Round Ø30

 

Have a nice day

 

1 Like

In the backgrounds, to bring back the properties you must always write $PRPSHEET:{ property}

This works very well for cartridges in which all these properties can be filled in automatically

2 Likes