Search found 29 matches

by nmt
Fri Mar 03, 2023 9:45 am
Forum: Python scripting and macros
Topic: Anyone interested in bringing Topologic to FreeCAD?
Replies: 26
Views: 6923

Re: Anyone interested in bringing Topologic to FreeCAD?

Hi everyone,
Just to let you know that topologicpy (pip install topologicpy --upgrade) is now compatible with the newest developer build of FreeCAD 0.21.0. It would be great if someone can take on the mantle of updating the skeleton Topologic workbench and add features to it.
by nmt
Wed Nov 09, 2022 7:12 am
Forum: Developers corner
Topic: Why can I import topologic in 0.20 but not 0.21
Replies: 4
Views: 1174

Re: Why can I import topologic in 2.0 but not 2.1

Yes sorry, I meant 0.20 and 0.21 just a typo, but the questions remains
by nmt
Tue Nov 08, 2022 9:23 pm
Forum: Developers corner
Topic: Why can I import topologic in 0.20 but not 0.21
Replies: 4
Views: 1174

Why can I import topologic in 0.20 but not 0.21

Hello,
I am able to import topologic in FC 0.20 but not in 0.21 Can someone clue me as to why? Thanks
FreeCADvsTopologic.png
FreeCADvsTopologic.png (355.14 KiB) Viewed 1174 times
by nmt
Thu Apr 21, 2022 5:51 pm
Forum: Python scripting and macros
Topic: Anyone interested in bringing Topologic to FreeCAD?
Replies: 26
Views: 6923

Re: Anyone interested in bringing Topologic to FreeCAD?

The initial commit of a Topologic Workbench for FreeCAD is now on github! It has one command: "TPVertices". It takes one or more selected Parts and returns their Vertices. Now is the time for you to contribute! https://github.com/wassimj/TopologicFC https://community.osarch.org/uploads/edi...
by nmt
Thu Oct 01, 2020 3:41 am
Forum: Developers corner
Topic: Driving GUI from python?
Replies: 1
Views: 580

Driving GUI from python?

Hi @FreeCADNews community. Has anyone driven #FreeCAD GUI (not just the engine) from python? Not having any breakthrough on that. If not, any recommendation for other lightweight 3D viewers (#OCCT based would be ideal) that can be controlled and updated from python?
by nmt
Thu Aug 06, 2020 5:43 am
Forum: Python scripting and macros
Topic: Anyone interested in bringing Topologic to FreeCAD?
Replies: 26
Views: 6923

Re: Anyone interested in bringing Topologic to FreeCAD?

I hope that presentation was clear. Can someone please answer my original question: Seeing the python code that I can use to import Topologic, what is the equivalent python code that will allow me to import the Topologic.dll into FreeCAD? The main step that did not work is “import clr” and then of c...
by nmt
Wed Aug 05, 2020 6:37 pm
Forum: Python scripting and macros
Topic: Anyone interested in bringing Topologic to FreeCAD?
Replies: 26
Views: 6923

Re: Anyone interested in bringing Topologic to FreeCAD?

I know I can do some of this stuff in FreeCAD. I am asking about what python code I can use to import Topologic and use it not how to achieve a similar result in FreeCAD.
by nmt
Wed Aug 05, 2020 5:17 pm
Forum: Python scripting and macros
Topic: Anyone interested in bringing Topologic to FreeCAD?
Replies: 26
Views: 6923

Re: Anyone interested in bringing Topologic to FreeCAD?

I think the most important question is what exactly is this topologic? Is it a pure C++ library? Does it include a GUI interface? Does it have Python bindings? Is it a node programming language? Does it create shapes, shape-definitions? It's not entirely clear to me. As long as you can import somet...
by nmt
Wed Aug 05, 2020 3:04 pm
Forum: Python scripting and macros
Topic: Anyone interested in bringing Topologic to FreeCAD?
Replies: 26
Views: 6923

Anyone interested in bringing Topologic to FreeCAD?

Hi FreeCAD community, I am wondering if there is anyone who would be interested in bringing Topologic (http://topologic.app) to FreeCAD as a workbench. Topologic is free and open source, so a very good fit for FreeCAD (plus they share the same engine). I recently demonstrated that you can access Top...
by nmt
Sun May 12, 2019 8:11 am
Forum: Open discussion
Topic: Visual Programming with Dynamo atop Freecad API?
Replies: 39
Views: 18800

Re: Visual Programming with Dynamo atop Freecad API?

I know I am replying to very old posts, but thought the original posters might be interested to know that we have implemented software on top of OpenCASCADE that runs in both Dynamo and Grasshopper. The software is called Topologic ( https://topologic.app ) and supports non-manifold topology and irr...