I have an Cube object and i wanna hide any edge of this cube, can i do this with python console?
If it is possible, please help me python code to hide an edge of Cube!!
Hi everyone! I wanna add a new Property for Object and and we can see, edit in property view look like Label I tried to add a new variable in App/DocumentObject.h and ADD_PROPERTY_TYPE() in DocumentObject.cpp but didn't work, i got some error when create object and FreeCAD will be crashes. How can i...
Ok, i see.
When creating the libpack, i was not able to have both (debug and release) packages for numpy in the libpack. Maybe you can try to replace the release numpy package with a debug package.
This is an known issue. Why do you need the debug version when using python?
Hi!
Because in debug version, report view will show some error, warning and exception that we did not see in release version.
And i could not use Draft workbench in debug version.
Hi everyone! I can not import numpy in Debug mode(FreeCADCmd_d), but i can do it in Release mode(FreeCADCmd) Please help me!!! OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.14555 (Git shallow) Build type: Release Hash: 7fe7be3b0cf32632df0d8df22e2595fb06000b...
The above mentioned libraries are used to write your own Python wrappers for C++ classes while PySide is an already 3rd party wrapper for Qt which we can use as is. Thanks!!! but i have an question! Just like Arch or Draft workbenches, Can I using only Python to create a new module? or i have to us...
We use several Python binding libraries. boost.python or alternatively pybind11 is used for the flatmesh and area modules. But for the vast majority we use our own wrapper. For a class to be wrapped an XML file must be provided and an *Imp.cpp file where the C++ <-> Python stuff is done. The framew...
Hi!
i am new in Python and C++, i wanna improving FreeCAD source code. But i do not know how did it embedded Python into C++.
I am searching in Google and find something: pybind11, CPython and Boost.Python. So, what does we use for FreeCAD? i wanna know to learning, please help me!
Large IFC files can take a long time to import, depending on your IFC settings (using simple Part shapes or non-parametric Arch objects is significantly faster), there is unfortunately nothing else you can do at the moment... Yah!! i got it!! but when the import .ifc file process is complete, freeC...