Combining Two Model Properties and Show as Single Property in Drawing Title Block

Discussion in 'SolidWorks' started by WengKiam, Nov 8, 2004.

  1. WengKiam

    WengKiam Guest

    Hi Gurus,

    Currently the models have the following properties:
    PartNo (123-4567)
    Rev (00)

    There is a requirement to show the combined properties on the drawing
    title block as a single field DrawingNo (123-4567-00)

    What is the best way to achieve this?

    Thanks in advanced.
    WK
     
    WengKiam, Nov 8, 2004
    #1
  2. WengKiam

    That70sTick Guest

    3 properties: "matl1", "matl2", and "material"
    "material" is combination of "matl1" and "matl2"

    "material" : $PRP:"matl1" $PRP:"matl2"
     
    That70sTick, Nov 8, 2004
    #2
  3. In an Assembly Drawing:
    $PRPMODEL:"Nomenclature" -P/N: $PRPMODEL:"SW-File Name" -"PRPMODEL:"PartRev"
    $PRPMODEL:"MaterialDescription"
    This reads as:
    FILL PLUG - P/N: F72387048S - F
    CF12L14 OR CF1215 STEEL

    In an Detail or Component Drawing:
    PART NUMBER: $PRPSHEET:"PartNumber"
    REV.: $PRPSHEET:"PartRev"

    This reads as:
    PART NUMBER: F72387048S
    REV: F
     
    Eddie Cyganik, Nov 9, 2004
    #3
  4. WengKiam

    WK Guest

    works, thanks

     
    WK, Nov 9, 2004
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.