Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
FreeCAD
like
0
Arabic
English
freecad
License:
mit
Model card
Files
Files and versions
xet
Community
main
FreeCAD
/
src
/
3rdParty
/
PyCXX
/
CXX
/
IndirectPythonInterface.hxx
AbdulElahGwaith
Upload folder using huggingface_hub
985c397
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
170 Bytes
#
include
"CXX/WrapPython.h"
#
if
PY_MAJOR_VERSION == 2
#
include
"CXX/Python2/IndirectPythonInterface.hxx"
#
else
#
include
"CXX/Python3/IndirectPythonInterface.hxx"
#
endif