cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

showing product result of two dimensions

MohaSharifi
6-Contributor

showing product result of two dimensions

I want to see the product result of multypling two parametets. For example I have meaured the area and also the lenght of a hole and I need its valume to see dynamically ( such as saved analysis in measure toolbar), Does anyone know a simple way?

1 ACCEPTED SOLUTION

Accepted Solutions

You can make a variable of each value and then act on them in relations.

To get the parameter for the saved analysis, use the parameter button in the relations dialog; select Feature and click on the measure feature in the model tree; insert the measure parameter.

So you would have something like

my_area=AREA:FID_20

my_length=DISTANCE:FID_21

my_query=my_area*my_length

Next, you can make an annotation &MY_QUERY[.3] to show the value

View solution in original post

2 REPLIES 2

You can make a variable of each value and then act on them in relations.

To get the parameter for the saved analysis, use the parameter button in the relations dialog; select Feature and click on the measure feature in the model tree; insert the measure parameter.

So you would have something like

my_area=AREA:FID_20

my_length=DISTANCE:FID_21

my_query=my_area*my_length

Next, you can make an annotation &MY_QUERY[.3] to show the value

Thanks Antonius it worked.

Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags