[ORD C#] Units in the internal coordinate system

Hi,

I process element geometry using the  ElementGraphicsProcessor class and ProcessFacets method. The method have meshData parameter which has a Point array.

The question is - what units are used there in the points array? I have 3 models and all of them have different units. First keeps the coordinate as a very large number (resolution 10000 of US Survey feet) and I use the scale factor to convert it to feet. The second has the coordinates as feet and I use at as is. And the third has a very small number as coordinates.

How to figure out what scale factor needs to use to convert any coordinates unit to feet? dgnModel.GetModelInfo() has returns the same units for all models.

Thanks.

Parents Reply Children
No Data