Skip to main content
1-Visitor
June 7, 2016
Question

proper relation syntax to arrange dimensions in table file

  • June 7, 2016
  • 1 reply
  • 3549 views

When dimensions are populated in a table file, I want them smallest to largest.  (Ex. 1.00 x 2.00 x 3.00)  I am unsure how to set up a relation to accomplish this.  I'm using Creo 3.0.  Thanks

    1 reply

    24-Ruby III
    June 8, 2016

    Hi,

    please upload some data. It enables us to better understand your question.

    MH

    creed-41-VisitorAuthor
    1-Visitor
    June 8, 2016

    I am attaching a small file which shows the existing relations and parameters.  As noted in the table the dimensions need to be arranged in ascending order.  By switching symbols you can see the 'size cell' is user defined and driven by 'OVERALL'.  A new relations statement needs to be created and I am unsure of the proper syntax that would populate the dimensions in the proper order.

    Thanks!

    24-Ruby III
    June 9, 2016

    Hi,

    1.) OVERALL value is entered manually in every part

    pic01.png

    2.) OVAL_X, OVAL_Y, OVAL_Z values are extracted from OVERALL using relations

    pic02.png

    3.) your example model contains table and note

    pic03.png

    4.) repeat region is sorted using values in DETAIL column

    5.) What do you want to achieve ? Maybe you want to show OVERALL value in SIZE column -AND- sort table rows using key1=OVAL_Y, key2=OVAL_Z, key3=OVAL_X ???

    MH