Search found 22 matches

by sps
Thu Sep 21, 2017 9:30 am
Forum: Install / Compile
Topic: memory required to compile FreeCAD
Replies: 7
Views: 1355

Re: memory required to compile FreeCAD

Thanks for help,
but some hardware is a bit old... (just a money problem, sorry )

I'm just looking for a solution to work online :D safe and without thinking... it's not a problem of FreeCAD
by sps
Thu Sep 21, 2017 9:26 am
Forum: Python scripting and macros
Topic: Who knows the uroboptics workbench?
Replies: 4
Views: 1361

Re: Who knows the uroboptics workbench?

Hello,
me too is very interested on that macro!!

I''ll wait for news
by sps
Wed Sep 20, 2017 4:30 pm
Forum: Install / Compile
Topic: memory required to compile FreeCAD
Replies: 7
Views: 1355

Re: memory required to compile FreeCAD

peterl94 wrote: Wed Sep 20, 2017 3:43 pm By the way, why is that? Unless you only need to use FreeCAD without a GUI, I don't see how it is going to work well.
Mmm, maybe you're right. But I'm having some troubles with my hardware.
by sps
Wed Sep 20, 2017 3:06 pm
Forum: Install / Compile
Topic: memory required to compile FreeCAD
Replies: 7
Views: 1355

Re: memory required to compile FreeCAD

But Travis is for Mac OS only, or no?

Does it provide a complete development IDE environment?
by sps
Wed Sep 20, 2017 2:30 pm
Forum: Job offers
Topic: looking for developers for extending FreeCAD - freelance/contract
Replies: 12
Views: 10240

Re: looking for developers for extending FreeCAD - freelance/contract

Hello, maybe I'm too late to apply for this job opportunity. But if not all applications are not full yet, I'd be happy if you consider my skills in this job. I have a great experience in CAD modeling with almost all software like CATIA, Solidworks and less with SolidEdge, Creo, AutoCAD, etc... a go...
by sps
Wed Sep 20, 2017 2:13 pm
Forum: Install / Compile
Topic: memory required to compile FreeCAD
Replies: 7
Views: 1355

memory required to compile FreeCAD

Hello, I'd like to develop some thing new with FreeCAD, so I need to develop and use the code of FreeCAD and all its dependencies. Because I have to develop all that in a cloud development environment, I need to know how much memory all the compiled code+all dependencies require if installed on a Li...
by sps
Tue Sep 19, 2017 12:02 pm
Forum: Developers corner
Topic: interactive selection of STL model triangles and edit ASCII STL file
Replies: 25
Views: 4509

Re: interactive selection of STL model triangles and edit ASCII STL file

wmayer wrote: Fri Sep 15, 2017 1:32 pm I think it would be best if we implemented a Python binding for the MeshSelection class.
How could I start?

:geek: Waiting for more detailed instructions :geek: (in the while I solve my C++ IDE issue)
by sps
Tue Sep 19, 2017 9:03 am
Forum: Python scripting and macros
Topic: empty recorded macro after cutting of mesh by picking
Replies: 4
Views: 981

Re: empty recorded macro after cutting of mesh by picking

:shock: :o
Efficiency reasons? That's why... but this is a bit bad :( :(

Ok, but could anyone indicate which functions perform the same?
by sps
Mon Sep 18, 2017 12:56 pm
Forum: Developers corner
Topic: interactive selection of STL model triangles and edit ASCII STL file
Replies: 25
Views: 4509

Re: interactive selection of STL model triangles and edit ASCII STL file

Let's take stock of the situation. For now I'm trying to get my goal with a python script (because of some troubles with C++ IDE environment). I'm looking for some functions to let me select triangles by mouse click and get their specific data, that is their three points and their normals. To do tha...