Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to bring family table value in drawing

  • Thread starter Thread starter magi
  • Start date Start date
Status
Not open for further replies.
M

magi

Guest
i have a part which contain about 15 variables in family table and i have 20 instances.

i need the inputed data of family table to apper in my drawing in a tabular form can any one help me in this issue

magi
 
Create a table (the number of the columns is the number of the parameters you want to show)

Repeat Region > Add > Simple > select the two corners of your table (left and right)

Enter text > Select each of the headers of the columns you want to fill them > Report Sum, and :

fam.inst.name

fam.inst.param.name

fam.inst.param.value

these are the three pareameters you should use for the family tables

Try this and if you need anything else email me for further help



xcad
 
There is excellent documentation on this in the Knowledge Base if you have access to it on the PTC website. Try this link: http://www.ptc.com/cs/cs_23/howto/dwt_no2d/dwt_no2d.htm

This page lays it out.



There is also a lot of documentation on repeat regions in the Pro-E Help Files (hopefully loaded on your computer). Just search on Repeat Region.
 
xcad, I understood partially.

A row of the family table of a bolt contains the value of bolt diameter(BD), bolt length(BL), head dia(HD) and head length(HL). I want all these values to appear in a single row for a bolt, in the drawing table. Presently, I am getting the value,BD, repeatedly, in a single row followed by BL, repeatedly,in the next row, HD in the next and then HL in the next row. I want all these values to appear in a single row itself. Please help.

Thanks,

Rajesh
 
magi



i have send you an email with a little article attached

if anyone else wants this article, just mail me :

karavasilisx@yahoo.com



regards
 
Thanks xcad,

Learnt how to create the family table instances in the drawing - using TWO-DIRECTIONAL REPEAT REGION.

Also available in help under Examples:Two-Directional Repeat Regions.

Thanks,

Rajesh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top