Search found 7 matches

by Netzschlange
Fri Jun 25, 2021 12:38 pm
Forum: Help on using FreeCAD
Topic: Not enough memory available
Replies: 4
Views: 604

Re: Not enough memory available

drmacro wrote: Fri Jun 25, 2021 11:42 am Far simpler and faster computes to use a better workflow.
...and no memory errors.
drmacro, thank you very much! I got what I need.
TopCase.jpg
TopCase.jpg (123 KiB) Viewed 537 times
by Netzschlange
Fri Jun 25, 2021 10:44 am
Forum: Help on using FreeCAD
Topic: Not enough memory available
Replies: 4
Views: 604

Re: Not enough memory available

PrzemoF wrote: Fri Jun 25, 2021 10:36 am Can you post the model?
TopCase.FCStd
(71.37 KiB) Downloaded 26 times
PrzemoF wrote: Fri Jun 25, 2021 10:36 am You're doing a honeycomb?
It is kind of similar. Air-cooled power supply enclosure cover.
by Netzschlange
Fri Jun 25, 2021 10:27 am
Forum: Help on using FreeCAD
Topic: Not enough memory available
Replies: 4
Views: 604

Not enough memory available

Hello! I ran into a problem when editing a sketch: "Not enough memory available". The sketch consists of 96 hexagons with equality and location constraints. Errors in the FreeCAD console: 13:01:12 <Gui> Document.cpp(820): Memory exception in TopCase#Sketch001 thrown: Not enough memory avai...
by Netzschlange
Sat Nov 28, 2020 8:41 am
Forum: Developers corner
Topic: Get selected object in App::Link
Replies: 2
Views: 365

Re: Get selected object in App::Link

I understood my mistake - did not register SelectionObserver correctly.
There is need to use the following code:

Code: Select all

Gui.Selection.addObserver(<observer_object>, 0)
by Netzschlange
Fri Nov 27, 2020 2:40 pm
Forum: Developers corner
Topic: Get selected object in App::Link
Replies: 2
Views: 365

Re: Get selected object in App::Link

At this time I can solve problem using 'SelectionObserver', but it is ugly hack, which worked only when user selects Axes in 3D Viewer and not working when selection is done in Objects Tree View.
by Netzschlange
Fri Nov 27, 2020 2:28 pm
Forum: Developers corner
Topic: Get selected object in App::Link
Replies: 2
Views: 365

Get selected object in App::Link

I apologize for the may be simple question, but I cannot solve the problem. There is an Assembly4 model with a set of objects of type 'App::Link' that are linked to parts in external documents. The LCSes of type HoleAxis are defined in root part/body in external docs. When I select HoleAxis, the Sel...
by Netzschlange
Sun Dec 25, 2016 1:41 pm
Forum: Assembly
Topic: Linking error
Replies: 2
Views: 1674

Linking error

Error occurred while linking Assembly module: [ 85%] Linking CXX shared library ../../../../Mod/Assembly/Assembly.so CMakeFiles/Assembly.dir/Solver/solver_3d_ext2.cpp.o: In function `double dcm::Distance::type<dcm::Kernel<double, dcm::Dogleg>, dcm::tag::line3D, dcm::tag::line3D>::calculate<Eigen::Ma...