anastruct.material.units ======================== .. py:module:: anastruct.material.units .. autoapi-nested-parse:: Converge profile units. profile units: * N * mm Functions --------- .. autoapisummary:: anastruct.material.units.to_kN anastruct.material.units.to_kNm2 Module Contents --------------- .. py:function:: to_kN(v: float) -> float Convert N to kN Args: v (float): Value in N Returns: float: Value in kN .. py:function:: to_kNm2(v: float) -> float Convert N/m^2 to kN/m^2 Args: v (float): Value in N/m^2 Returns: float: Value in kN/m^2