ifcopenshell.util.stationing
¶
Module Contents¶
- ifcopenshell.util.stationing.station_as_string(file: ifcopenshell.file, sta: float)¶
Returns a stringized version of a station. Example 100.0 is 1+00.00 as a stationing string. If the project units are SI-based, the string is in the format xxx+yyy.zzz If the project units are Emperial-based, the string is in the format xx+yy.zz :param station: the station to be stringized :return: stringized station