JungV
1
Hello everyone,
Would it be possible to configure the quote text in a part family?
For example:
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
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
text.
A note will work well though
2 Likes
JungV
5
Thank you I'm going to go on the solution of a note, it's very good^^