Sorry for the poor explanation.
Actually, I need the distance between two lines less .025.
I tried a generic feature and got crazy numbers.
Need help with math formula
Collapse
X
-
You could create an offset point. Create a point offset without a reference feature with values of 0,0,0. In the edit window change one axis to your variable such as Var0. Then just dimension that axis on that point.
Leave a comment:
-
assign a variable to the measured dia
something like...
assign/v1 = cir1.d.meas
assign/v2 = v1 - .025
create a generic feature and in command window edit the v2 variable into the Diameter field
then report the diameter of that generic feature
Leave a comment:
-
If your nominal size is from circle cir1 then insert "cir1.d-.25" into the nominal for a generic feature. Or you could put it into a comment. If it is from a location callout i.e. loc1, then use "loc1.d.meas".
Don't include the quotes.
HTH
Leave a comment:
-
Need help with math formula
I need to subtract .025 from the nominal size and report that as a location.
Can anyone help?
ThanksTags: None
Related Topics
Collapse
-
by hitalovI have a dimension that it is imposible to get directly, i have to calculate the dimension measuring other fixtures, but in the report i want to show...
-
Channel: PC-DMIS for CMMs
12-03-2014, 01:28 PM -
-
by ChuckI'm trying to get the average diameter of some circles and report them. So far I have done this:
ASSIGN/V1= CIR1.+CIR2.+CIR3./3
...-
Channel: PC-DMIS for CMMs
12-14-2006, 04:24 PM -
-
by KaSaBiSI have a tab that i need to construct a point on. cannot directly measure the point due to flash around the feature. I orginally simply measured a half...
-
Channel: PC-DMIS for CMMs
01-29-2010, 03:36 AM -
-
by charlesforthHello
I am trying to Subtract 2 distances measured during a program to display on the report.
The 2 distances are measured...-
Channel: PC-DMIS for CMMs
01-08-2010, 12:49 PM -
-
by gronfeltHow do I use pi in calculations? I've tried just typing PI, but that doesn't seem to work and I can't find anyway to assign mathematical constants, but...
-
Channel: PC-DMIS for CMMs
09-18-2007, 05:20 AM -
Leave a comment: