Skip to main content
1-Visitor
April 24, 2017
Solved

Created tabel com level

  • April 24, 2017
  • 2 replies
  • 9647 views

Hello.

I'm trying to create a table in 2D drawing where it should appear the level of assemblies and materials.

Ex.

Item level code description
1 1 033 assembly
2 2 044 piece
3 3 055 sheet steel 3.0mm

I can not find the correct parameter for this problem.

Best answer by MartinHanak

Hi,

I am sending new version of repeat region.

  1. I added relation into all models definining parameter MATERIAL_DESC
  2. I defined couple of relations in repeat region
  3. I defined filter in repeat region (only parts are displayed)
  4. I do not know how to get QTY value for material

MH

2 replies

24-Ruby III
April 25, 2017

Hi,

please upload your files (drawing, assembly, parts) zipped in one file, if you can.

Use How to Attach a File to a Discussion Reply procedure.

My guess of Repeat region parameters:

1st column ... &rpt.qty

2nd column ... &rpt.level

3rd column ... &asm.mbr.code_param

4th column ... &asm.mbr.desc_param

MH

dmillani1-VisitorAuthor
1-Visitor
April 25, 2017

Hello

@

To put - & rpt.level

It does not conform to the image it sends it repeats the top level of the table.


I want the level to conform to the image. Piece level 2 and material level 3.

teste.jpg

24-Ruby III
April 25, 2017

Hi,

maybe repeat region attributes are not set properly.

MH

24-Ruby III
April 25, 2017

Or repeat region is not defined properly. Try to create single line repeat region.