From this Q&A: Extracting transformation Matrix
I need to extract IFCDIRECTION and IFCCARTESIANPOINT from IFC geometries. A workaround is to extract the transformation matrix from log and parse that, but it's a roudabout way.
It would be great if the coefficients of transformation matrix could be extracted as feature attributes (or the IFC reader could read direction and Cartesian point coordinates optionally).