Setting up the dimension text via the part family

Hello everyone,

Would it be possible to configure the quote text in a part family?

For example:

  • Configuration A**: The dimension displays a specific custom text
    image

  • Configuration B**: The dimension displays different text
    image

Manually, the modification works fine, but I can't find the syntax to control this text directly from the Excel sheet of the part family.

thank you

Understanding Part Family Settings - 2022 - SOLIDWORKS Design Help

Tolerances in Configurations - 2022 - SOLIDWORKS Design Help
I found for tolerance

1 Like

There is this subject too but nothing is explained and you can't download the attachments
Configure a text sketch by part family - Uncategorized - myCAD Forum (visiativ.com)

Hello,
By linking your text to a property of your part/assembly (which is easy to retrieve/configure in excel), it should have been possible.

like: $PROPRIETE@YOUPI set up in your configs

and call the property via

  • $PRPSHEET, which comes from using properties in the model.
    or
  • $PRPVIEW, which comes from using properties in the model view indicated by the text

but it doesn't work in the side :smiling_face_with_tear:text.

A note will work well though

1 Like

Thank you I'm going to go on the solution of a note, it's very good^^