Data from the drawing card is randomly disappearing when doing a save. I am using $PRP:"Description" in both the model card and the drawing card and also use it to populate the drawing titleblock. The model card seems to be fine but am losing information in the drawing card and thus it disappears from the drawing.
I did not have this issue in Solidworks 2015. Is this a bug or am I doing something wrong.
Hello Larry,
For the drawing variable, try using the variable Block $PRPSHEET for the file extension .SLDDRW only.
$PRP will pull the variable directly from the drawing file, $PRPSHEET will transfer it from the model.
However, $PRPSHEET requires the drawing to be opened and saved in order to modify its contents.