Skip to main content
1-Visitor
August 14, 2013
Question

variable text in patterns / follow up

  • August 14, 2013
  • 2 replies
  • 1151 views
Here is what I have so far, forgot to attach PDF on original post.







Jscott



This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

2 replies

13-Aquamarine
August 14, 2013
I would try a two-direction pattern (Ctrl-select the X and Y coordinate dimensions) and then a single relation of the form

id_label = itos( 401 + 8*x_coord/x_pitch + y_coord/y_pitch )

This assumes that you ultimately set x_coord and y_coord to zero for the ‘401’ instance, although it will probably be easier to build the model with them set to non-zero values initially.

See attached – there’s a negative in the relation because I initially sketched the y coord upwards instead of downwards, so it increments by -10 instead of +10.

HTH...
Jonathan

jlippeth1-VisitorAuthor
1-Visitor
August 14, 2013
Thanks to Jonathan I have made good progress.

Now I would like to understand using the relation editor.

“Pattern using Dimensions, Define increment by relation”

The Help document has one example, I need more.

See attached PDF for available options.





Jscott