-
Notifications
You must be signed in to change notification settings - Fork 19
Description
In the current scf version 0.2.8, TTI blocks from an STL file that contain user data are ignored when transforming from STL to STLXML. To preserve user data (e.g. to allow for round-tripping scenarios) these TTI blocks should be mapped as well to the STLXML format. User data is signalled by an Extension Block Number (EBN) value of FEh. TTI blocks with an EBN set to a reserved value (F0h-FDh) should keep beeing ignored as described in requirement no. 208.
The content of the text field (TF) cannot be mapped (proprietary data) and thus should be encoded, e.g. using base64.
Extension Block Number (EBN): FEh --> TTI block contains user data
Extension Block Number (EBN): F0h-FDh --> Reserved Codes
The description of the requirement no. 208 should be updated accordingly.