• RAII applied to MDL memory allocation/deallocation

    Jon Summers
    Jon Summers
    Resource Acquisition Is Initialisation ( RAII ) is a C++ idiom. You'll find it referenced on many web sites. Here's an example applied to MicroStation using the MDL and the mdlModelRefIterator_api . This API lets you iterate a DGN model's attachments…
    • over 11 years ago
    • MicroStation Programming
    • MicroStation Programming Blog
  • Re: Usage of mdlMaterial_functions

    Jon Summers
    Jon Summers
    Saxon: After setting ... Pass zero ... No need to call mdlLinkage_extractUsingDescr() or mdlLinkage_deleteUsingDescr(). Call mdlElmdscr_rewrite() ... A call to mdlMaterial_cleanup() ... The material library is tortuous…
    • over 13 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum