anastruct.sectionbase.units =========================== .. py:module:: anastruct.sectionbase.units Attributes ---------- .. autoapisummary:: anastruct.sectionbase.units.m anastruct.sectionbase.units.cm anastruct.sectionbase.units.mm anastruct.sectionbase.units.kg anastruct.sectionbase.units.N anastruct.sectionbase.units.kN anastruct.sectionbase.units.inch anastruct.sectionbase.units.ft anastruct.sectionbase.units.lb anastruct.sectionbase.units.lbf anastruct.sectionbase.units.kip anastruct.sectionbase.units.l_dict anastruct.sectionbase.units.m_dict anastruct.sectionbase.units.f_dict Module Contents --------------- .. py:data:: m :type: float :value: 1.0 .. py:data:: cm :type: float :value: 0.01 .. py:data:: mm :type: float :value: 0.001 .. py:data:: kg :type: float :value: 1.0 .. py:data:: N :type: float :value: 1.0 .. py:data:: kN :type: float :value: 1000.0 .. py:data:: inch :type: float :value: 0.0254 .. py:data:: ft :type: float :value: 0.30479999999999996 .. py:data:: lb :type: float :value: 0.4536 .. py:data:: lbf :type: float :value: 4.448 .. py:data:: kip :type: float :value: 4448.0 .. py:data:: l_dict :type: Dict[str, float] .. py:data:: m_dict :type: Dict[str, float] .. py:data:: f_dict :type: Dict[str, float]