CadQuery / pywrap

C++ binding generator based on libclang and pybind11
Apache License 2.0
30 stars 14 forks source link

Generate appropriate lambdas for functions that use pass by ref iso returning #7

Open adam-urbanczyk opened 4 years ago

adam-urbanczyk commented 4 years ago

E.g. BRepTools.UVBounds_s

adam-urbanczyk commented 4 years ago

For methods solved here: https://github.com/CadQuery/pywrap/blob/6e16af517fab90b791dfa29caa7f53139d214360/bindgen/template_sub.j2#L103 and here: https://github.com/CadQuery/pywrap/blob/6e16af517fab90b791dfa29caa7f53139d214360/bindgen/template_sub.j2#L121