SolidEdge Library allows you to read SolidEdge 3D and 2D files.
To integrate SolidEdge 3D Read Library, you should :
- Import "LibParasolidRead" library in your solution in addition to "LibUgSwSeRead".
- Enable PsReader
Solid Edge 2D: Solid Edge 2D Read Library offers two reading mode, semantic mode, or graphical mode, graphical mode provides an EMF as output file.
Notable changes :
- Since 2023.3 :
- Floating point color channel compute method has been changed from floor to nearest resulting in more accurate values, affecting body and face associated base color and Dtk_RenderInfos.
- Persistent name of prototype components has been changed from create time(see "Create time/date" Dtk_Metadata value) to Solid Edge document GUID(see ""DocumentID" Dtk_Metadata value).
- Original software node hierarchy, including both construction trees, can be obtained using Dtk_API::ActivateFeaturesRead function, still without providing actual Dtk_FeaturePtr entities yet.
- First release supporting part and assembly level FDT(see mapping).