Skip to main content
10-Marble
May 12, 2023
Solved

Set default deicmal places for hole dimensioning to 2

  • May 12, 2023
  • 1 reply
  • 1158 views

Hi Team,

 

 In creo by default there are 3 decimal places in all the dimensions or what we set to.

I want to preset the hole dimensioning in creo model and drawing to '2' by default without affecting the rest of the dimensioning scheme. i.e. rest of the features follow default scheme of 3 decimal. 

Can anyone please let me know if there is a way to define custom decimal places only for holes? I would appreciate your help with it.

Best answer by FV_01

protoolkit has a functionality to handle custom dimension schemes.

the actual worker function is ProDimensionDecimalsSet(...).

one would need either to write a custom utility to examine the existing drawing dimensions and modify their significant digit number if search conditions were met or to write a make-new-dimension utility with the predefined number of significant digits.

HIH

1 reply

FV_0117-PeridotAnswer
May 23, 2023

protoolkit has a functionality to handle custom dimension schemes.

the actual worker function is ProDimensionDecimalsSet(...).

one would need either to write a custom utility to examine the existing drawing dimensions and modify their significant digit number if search conditions were met or to write a make-new-dimension utility with the predefined number of significant digits.

HIH