Skip to content

units, add Fracture Toughness = MPa*m^0.5

Jonathan Wiedemann requested to merge github/fork/berndhahnebach/bhbdev216 into master

Created by: berndhahnebach

I tried to implement a new unit for Fracture Toughness. I would have merged it myself, but the new unit fails :-( ...

>>> 
>>> from FreeCAD import Units
>>> getattr(FreeCAD.Units, 'FractureToughness')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'Units' has no attribute 'FractureToughness'
>>> 

https://en.wikipedia.org/wiki/Fracture_toughness https://de.wikipedia.org/wiki/Bruchz%C3%A4higkeit

Merge request reports