Skip to main content
12-Amethyst
November 5, 2018
Question

Show dual dimensions in a drawing table

  • November 5, 2018
  • 7 replies
  • 4768 views

 

if "fam.inst.param.value" != "0"
$convert = "fam.inst.param.value" * 25.4
errorInvalid data type combination at right side of expression
endif

 

If I add in the relation as shown in this link, i get this message.

 

If fam_inst_param_value<>0
errorInvalid symbol 'fam_inst_param_value' found.
convert=fam_inst_param_value*25.4
Endif

 

Any help would be appreciated. I am using Creo 3.0.

    7 replies

    24-Ruby III
    November 7, 2018

    Hi,

    please create and upload example FT model + its drawing.

    12-Amethyst
    April 17, 2019

    Please find a small example of a part that is family table driven, and is dual dimension on the drawing.

     

    Looking to see how to get dual dimension displayed in the table.

     

    Thanks.

     

    Dennis

    23-Emerald III
    April 17, 2019

    try this:

    In your part file generic create a relation of MM_Width = A*25.4

    Then add a user parameter to your family table of MM_Width

    This should pull the value of MM_width from the model for each instance.