Working Units - Accuracy
This Rule checks the Working Units - Master Unit of a DGN file.
Parameters
1. Precision Format - a dropdown selection (0.1, 0.12, 0.123 etc.)
Explanation & Example
If you want to check that the working units accuracy is set to 3 decimal places (0.123) in a DGN file then add this Rule to your Rule Set with '0.123' as the parameter value.
Parameter Variants
PrecisionFormat.Decimal_Whole => "0",
PrecisionFormat.Decimal_1_Place => "0.1",
PrecisionFormat.Decimal_2_Place => "0.12",
PrecisionFormat.Decimal_3_Place => "0.123",
PrecisionFormat.Decimal_4_Place => "0.1234",
PrecisionFormat.Decimal_5_Place => "0.12345",
PrecisionFormat.Decimal_6_Place => "0.123456",
PrecisionFormat.Decimal_7_Place => "0.1234567",
PrecisionFormat.Decimal_8_Place => "0.12345678",
PrecisionFormat.Fractional_Whole => "1",
PrecisionFormat.Fractional_Half => "1/2",
PrecisionFormat.Fractional_Quarter => "1/4",
PrecisionFormat.Fractional_Eighth => "1/8",
PrecisionFormat.Fractional_Sixteenth => "1/16",
PrecisionFormat.Fractional_1_Over_32 => "1/32",
PrecisionFormat.Fractional_1_Over_64 => "1/64",
PrecisionFormat.Fractional_1_Over_128 => "1/128",
PrecisionFormat.Fractional_1_Over_256 => "1/256",
PrecisionFormat.Scientific_Whole => "0.1E+01",
PrecisionFormat.Scientific_1_Place => "0.12E+01",
PrecisionFormat.Scientific_2_Place => "0.123E+01",
PrecisionFormat.Scientific_3_Place => "0.1234E+01",
PrecisionFormat.Scientific_4_Place => "0.12345E+01",
PrecisionFormat.Scientific_5_Place => "0.123456E+01",
PrecisionFormat.Scientific_6_Place => "0.1234567E+01",
PrecisionFormat.Scientific_7_Place => "0.12345678E+01",
PrecisionFormat.Scientific_8_Place => "0.123456789E+01",
List of All Available Rules
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article