Frank

Results 4 issues of Frank

CMakeLists.txt line 18, `cmake_minimum_required(VERSION 3.12)` , probably should be changed to `cmake_minimum_required(VERSION 3.15)` . According to cmake document (https://cmake.org/cmake/help/git-stage/module/FindPython3.html), `Python3::Module` is new in version 3.15, when using cmake version <...

I couldn't find any relevant documents about loading BinXCAF and XmlXCAF, I'm not sure if it's possible to add them

help wanted

[cad.xmlxcaf.zip](https://github.com/user-attachments/files/17748195/cad.xmlxcaf.zip) having a hard time getting the load XCAF files, here is my code: ``` import os from OCC.Core.TDocStd import TDocStd_Document from OCC.Core.TDF import TDF_LabelSequence from OCC.Core.XmlXCAFDrivers import xmlxcafdrivers from...

Thank you for your projects. Having troubles when running `script/install.sh`, could you provide Dockerfile for your docker image.