ansys/pyansys-geometry

Full ``MaterialPropertyType`` and ``Quantity`` support to other properties and units

Opened this issue · 1 comments

  • Right now, not all MaterialPropertyType values are supported (there are many properties inside SpaceClaim, Discovery that are not currently supported). Expand this list to the available properties.
  • Same happens for units. The unit naming convention coming from the products is not handled properly by Pint. We should look into this.

Related to #949 and #947