Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello All,
Software Version: PTC Creo Parametric 9.0.3.0
We are trying to use the repeat region of a drawing table to input assembly data from left to right. However, the system default inputs this information from top to bottom.
Specifically, we have a cable assembly that is made up of a single cable and a terminal on both ends. I would like the repeat region to input the data horizontally rather than vertically.
We are using the repeat region symbols:
asm.name
asm.mbr.name
We have tried the asm.mbr.name:1 or :2 to see if the code will have the individual part for the respective column but this did not populate.
Is the below example possible, or will the system default always be a vertical entry and there is no possible way of changing it to horizontal?
Want to have Table Example:
Assembly PN Cable PN Terminal 1 PN Terminal 2 PN
Assembly 1 Cable 1 Term. 1 Term. 2
Assembly 2 Cable 2 Term. 3 Term. 4
Creo Default Table Example:
Assembly PN Cable PN Terminal 1 PN Terminal 2 PN
Assembly 1 Cable 1
Assembly 1 Term. 1
Assembly 1 Term. 2
Assembly 2 Cable 2
Assembly 2 Term. 3
Assembly 2 Term. 4
Thank you