Measure Item - Total sum
Measure Item - Total sum
(OP)
Hi,
Is it possible to get automatically the total result of the dimension shown in the picture below?
Thanks!
Is it possible to get automatically the total result of the dimension shown in the picture below?
Thanks!
CAD 2015





RE: Measure Item - Total sum
RE: Measure Item - Total sum
I was hoping to find a simpler way (without affecting the structure of the geometry)............
CAD 2015
RE: Measure Item - Total sum
A macro as usual
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Measure Item - Total sum
Drew Mumaw
www.textsketcher.com
www.drewmumaw.com
RE: Measure Item - Total sum
Thanks for your suggestion. I have attached a sample Catia file.
As you said, " ......maybe someone can thing about this"!
I'd love to get (ant to learn to create) a macro for this total sum!
Could someone help me in this matter, please?
Drewmumaw,
Your suggestion is very interesting.
Unfortunately, I didn't get the way you'd done this.
Can you apply your proposal on my attached CATPart, please?
CAD 2015
RE: Measure Item - Total sum
1. For your part (which by the way is not a bundle), you can select and keep measure and get those measurement and make a sum with a macro for all of them
2. You can select one by one the element in 3D and make a sum by adding one by one
3. You can extract in an excel file the specific named parameter (which in your case is length in Measurements) and do the sum there.
4. You can extract element in a specific geo set and do a join and measure the join but is not the case for your part, you don't have continuity for your edges, but it would be the case for the bundle if I remember correctly.
These are just few cases how the problem can be solved. I think is enough to show everyone how good it is to give as more details as you can to someone who is programming a macro
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Measure Item - Total sum
Drew Mumaw
www.textsketcher.com
www.drewmumaw.com
RE: Measure Item - Total sum
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Measure Item - Total sum
CAD 2015
RE: Measure Item - Total sum
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Measure Item - Total sum
For more info, search this forum or COE forum, we already talked about that.
indocti discant et ament meminisse periti
RE: Measure Item - Total sum
Creat a lenght parameter, and then add a formula to that parameter.
length(PartBody\Sketch.1,PartBody\Sketch.2 ,PartBody\Sketch.3 ) . You can pick the curves that defines the lenght that you want, but assure that they are spaced by a ",".
it updates every time you make changes to the curves.
Tiago Figueiredo
Tooling Engineer