FAMILY TABLE
FAMILY TABLE
(OP)
Can someone give me the quick and easy on how to name the comumns of a family table. Ex. if d1 represents the diameter of a cylinder I want the column of d1 to say "diameter".please help
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: FAMILY TABLE
RE: FAMILY TABLE
Create a parameter name diameter, as a real number, use the relation toolbox to equal d1=diameter
Then when you edit the family table, add new colums, select parameters insted of dimension, then select the param diameter and load it into the family table.
The other way works, but if you need other dimension to use the diameter value as well, you can't name two dimensions with a same name (in this case diameter). In case if you family table grows
RE: FAMILY TABLE
RE: FAMILY TABLE