Skip to main content
1-Visitor
May 19, 2015
Solved

Creo 2.0 radius lower limit

  • May 19, 2015
  • 3 replies
  • 4972 views

Hello,

I'm trying to create a radius along an edge 3,000 mm long. I am being told by Creo that I cannot enter a value lower than 0,30, but I would like to use 0,25. Is it to do with the minimum radius setting being a percentage of the edge length? How do I fix this please?

Many thanks.

Best answer by MartinHanak

Andy,

you have a long model (3000 mm) and small radius. Therefore you have to change model accuracy from relative to absolute and find appropriate value.

Martin Hanak

3 replies

24-Ruby III
May 19, 2015

Andy,

you have a long model (3000 mm) and small radius. Therefore you have to change model accuracy from relative to absolute and find appropriate value.

Martin Hanak

acoates1-VisitorAuthor
1-Visitor
May 19, 2015

Thanks Martin. When I go into "Prepare model" I can only specify a new relative value (currently 0.0012). How to I determine absolute, please?

24-Ruby III
May 19, 2015

Andy,

put the following options into config.pro and restart Creo.

ENABLE_ABSOLUTE_ACCURACY yes

Martin Hanak

acoates1-VisitorAuthor
1-Visitor
May 19, 2015

Thanks Chaps, I'm getting there slowly, but not I'm quite there yet.

I have absolute working as an option. The default value was ~0.3. I have tried to enter in 0.01 as suggested (unless I've misinterpreted?) but the following error occurs:

What is this value actually linked to when relative (a percentage of the maximum edge length in the model?) and what is it driving when absolute, please?

Many thanks,

Andy

12-Amethyst
May 19, 2015

You may want to use/set the following in your config.pro

default_abs_accuracy 0.01

accuracy_lower_bound 1E-04

24-Ruby III
May 19, 2015

My config.pro contains:

accuracy_lower_bound 1E-06

default_abs_accuracy 0.002

Martin Hanak

acoates1-VisitorAuthor
1-Visitor
May 19, 2015

Thanks again guys. I take it that smaller numbers mean a higher shortest edge : longest edge ratio can be achieved?

12-Amethyst
May 19, 2015

As I understand it...

Relative is a tolerance based on a percentage of distance

Absolute is a tolerance of accuracy with no regards to distance applied

acoates1-VisitorAuthor
1-Visitor
May 19, 2015

Cracking, thank you.