Search found 344 matches

by furti
Thu Apr 12, 2018 3:58 pm
Forum: Python scripting and macros
Topic: Sketcher: Constraint Selected Vertex
Replies: 5
Views: 1987

Re: Sketcher: Get Selected Vertex Information

Thank you for your fast replies. :) FreeCADGui.Selection.getSelectionEx()[0].SubObjects[0].Vertexes[0].Point SubObjects gives me the selected Vertex now and i can get the Point from it. But I can't find a way to add a Constraint on the vertex. Sketcher.Constraint always needs the index of the edge a...
by furti
Wed Apr 11, 2018 6:23 am
Forum: Python scripting and macros
Topic: Sketcher: Constraint Selected Vertex
Replies: 5
Views: 1987

Sketcher: Constraint Selected Vertex

Hi FreeCAD Scripters out there :) I have a question getting informations about the selected Vertex in a Sketch. By using getSelectionEx i can get the name of the selected vertex. vertexName = FreeCADGui.Selection.getSelectionEx()[0].SubElementNames[0] But what to do with the vertex name (e.g "V...
by furti
Fri Feb 02, 2018 7:46 pm
Forum: Help on using FreeCAD
Topic: Arch: Windows and Walls
Replies: 4
Views: 919

Re: Arch: Windows and Walls

Can you please check again? Checked it again with OS: Windows 10 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.17.13208 (Git) Build type: Release Branch: master Hash: 1402e39ba0393d309f372f490ec77f1015be1c1a Python version: 2.7.8 Qt version: 4.8.7 Coin version: 4.0.0a OCC version:...
by furti
Tue Jan 30, 2018 3:43 pm
Forum: Help on using FreeCAD
Topic: Arch: Windows and Walls
Replies: 4
Views: 919

Re: Arch: Windows and Walls

The remaining hole issue is now fixed with git commit b09283423 Thank you for fixing this issue that fast. With the newest 0.17 version it works like expected. When you delete a window, the hole in the wall gets filled. But it does not work on undo. Steps to reproduce: 1. Create new Document 2. Swi...
by furti
Thu Jan 25, 2018 7:47 pm
Forum: Help on using FreeCAD
Topic: Arch: Windows and Walls
Replies: 4
Views: 919

Arch: Windows and Walls

Hello, I played around with the Arch Workbench recently and came across a topic I don't fully understand. Window_Test.FCStd In the file above i created a simple rectangle, disabled the face and based a wall on it. Then i placed a window inside the wall. This works like expected. But when I remove th...
by furti
Wed Dec 20, 2017 5:06 pm
Forum: Users Showcase
Topic: Toothbrush holder
Replies: 5
Views: 2410

Re: Toothbrush holder

You don't need the long vertical construction line, it can be replaced by selecting the two points and apply a vertical constraint Thanks for pointing this out. Did not know that one can add vertical and horizontal constraints between lines. Is this possible with 0.17 only or was this possible befo...
by furti
Tue Dec 19, 2017 6:09 pm
Forum: Users Showcase
Topic: Toothbrush holder
Replies: 5
Views: 2410

Re: Toothbrush holder

...but allow me some remarks on sketching Thank you for your fast reply. I'm happy about your remarks. After i designed the two parts i thougt about adding a logo. So i designed one and quickly constrained it in the sketcher and mapped it to my part. As it worked i left it as it was and did not tho...
by furti
Mon Dec 18, 2017 6:58 pm
Forum: Help on using FreeCAD
Topic: Migration from PartDesign to PartDesign Next
Replies: 5
Views: 868

Re: Migration from PartDesign to PartDesign Next

Thank you for the tip with the tip. But no I designed the charger from scratch in 0.17 and used the pipe tool to create the top part. Works like a charm now.
by furti
Mon Dec 18, 2017 6:39 pm
Forum: Users Showcase
Topic: Toothbrush holder
Replies: 5
Views: 2410

Toothbrush holder

Hello FreeCADers. I wanted to share my first project i did with FreeCAD with you. Maybe someone would like to give me some feedback about my model. So that I get an idea of what i can improve about my model and learn something for the future. I want to print this model with a 3D printer to put my el...
by furti
Fri Dec 01, 2017 3:40 pm
Forum: Help on using FreeCAD
Topic: Migration from PartDesign to PartDesign Next
Replies: 5
Views: 868

Re: Migration from PartDesign to PartDesign Next

Thanks for the information. Created two bodies and copied the Pads over and it worked. Struggling now to make a boolean cut between the two bodies. When i use the boolean operation in the PartDesign Workspace the operation succeeds and looks good. But nothing is shown in the 3D View after the boolea...