Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
In reading your question, it seems to me to be rather vague. What values are you trying to add to notes and text? I do not think you will be able to show family table values in notes and text due to the fact that, using dimensions as an example, that the dimension id is the same for all instances. Please post a reply if you find a way to make this work.
In reading your question, it seems to me to be rather vague. What values are you trying to add to notes and text? I do not think you will be able to show family table values in notes and text due to the fact that, using dimensions as an example, that the dimension id is the same for all instances. Please post a reply if you find a way to make this work.
If the notes are attached to items with leaders then you can also use ¶m_name:att this will pull the parameter from the current instance which the leader is attached to.
If the notes are attached to items with leaders then you can also use '¶m_name:att ' this will pull the parameter from the current instance which the leader is attached to.
I assume you are trying to add basic dims of the parts to the drawing. If this is not the case, stop reading here.
E.g., you have part (screw) with basic dims (diameter and length). Assign parameters to that part's familiy tab, that is add parameters diameter and length. Then you need to assign value from family tab to those parameters. You can do that by writing the following to the relations section.
diameter=ITOS(d1)
length=ITOS(d2)
where d1 and d2 are dimensions of the part model. ITOS function converts real number or integer to the string, which is needed by drawing parameter. But, to warn you, ITOS function also suppresses trailing scale numbers, so parameter diameter with dimension d1 value of 14.5 will result in value 14, not 14.5.
Parameter to bind with assembly drawing is e.g. measure. So you have to add the following to the relations section:
measure=diameter+x+length
(All of the strings in the equation above have to be String data type.)
To add that parameter to the drawing, simply type &measure into the note's text section.
I want join 2 tables (endpoint with endpoint), but I dont got, there are only the option >in entity , in vertex and others, but I dont kwow which I can use.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.