Hello @philippeVerney,
We are using FESAPI 1.2.3.0 java.
We are noticing that when we use WellboreFrameRepresentation.setMdValues(double, double, long) to write index of regular curve these values are not written to the corresponding .xml file in the .epc.
As you can see below NodMd tag is empty.
<resqml20:NodeCount xmlns:xsd=http://www.w3.org/2001/XMLSchema xsi:type=xsd:positiveInteger>0</resqml20:NodeCount>
resqml20:NodeMd</resqml20:NodeMd>
Could you please let us know, if there is a known issue or if we are not using the API correct.
The below API call for writing indices for irregular curve is working OK.
WellboreFrameRepresentation.setMdValues(double array, long, hdfproxy)
Thanks,
Shakir