Search found 2061 matches

by carlopav
Wed Aug 03, 2022 7:32 am
Forum: Python scripting and macros
Topic: Drag part elements
Replies: 6
Views: 775

Re: Drag part elements

Thanks @Roy_043 to mention it. It was originally coded in this PR: https://github.com/FreeCAD/FreeCAD/pull/3716
by carlopav
Wed Aug 03, 2022 7:24 am
Forum: Help on using FreeCAD
Topic: scale a mesh in draft create invisible object and moving issue
Replies: 20
Views: 2294

Re: scale a mesh in draft create invisible object and moving issue

@heda the fix has been backported to 0.20 branch.
by carlopav
Mon Aug 01, 2022 8:19 pm
Forum: Developers corner
Topic: [Tracking] Backport commits to 0.20 branch
Replies: 75
Views: 65202

Re: [Tracking] Backport commits to 0.20 branch

PR 7295 contains a fix to Draft_Edit command when adding points to Draft_BSpline objects.
It would be nice if it could be backported to 0.20 branch, since at the moment it does not work.

EDIT: Git commit 0c427dc
by carlopav
Mon Aug 01, 2022 8:09 pm
Forum: Help on using FreeCAD
Topic: scale a mesh in draft create invisible object and moving issue
Replies: 20
Views: 2294

Re: scale a mesh in draft create invisible object and moving issue

@carlopav cool, this behaves much better, hope this makes it into v0.20.1!! good, i'll go for a PR 7295 . It was a bug I introduced when extending Draft_Edit to be usable with objects within an App::Part ps: there is something weird going on with preselection highlight after adding points, but that...
by carlopav
Sun Jul 31, 2022 9:49 pm
Forum: Help on using FreeCAD
Topic: scale a mesh in draft create invisible object and moving issue
Replies: 20
Views: 2294

Re: scale a mesh in draft create invisible object and moving issue

heda wrote: Fri Jul 29, 2022 10:58 am funky spline editing...
Can you try to substitute this file in /Mod/Draft/draftguitools and see if it fixes the bug also for you?
by carlopav
Fri Jul 29, 2022 7:54 am
Forum: Help on using FreeCAD
Topic: scale a mesh in draft create invisible object and moving issue
Replies: 20
Views: 2294

Re: scale a mesh in draft create invisible object and moving issue

anyhow, work fine on a wire, not so fine on a spline - at least i get funky results, like double points (which completely messes up the spline), or that it simply refuses to add a point - suppose there is some proximity thing going on for that. Hmm, this could be a bug... I can have a look at It wh...
by carlopav
Wed Jul 27, 2022 10:34 pm
Forum: Help on using FreeCAD
Topic: scale a mesh in draft create invisible object and moving issue
Replies: 20
Views: 2294

Re: scale a mesh in draft create invisible object and moving issue

I really prefer current implementation, also if i agree that if you do not pay attention to the tooltip and you do not read the documentation its not easy to Discover where the functions are. Why a context menù vs 2 buttons in the task panel: The whole Draft_Edit command has been changed to overcome...
by carlopav
Wed Jul 27, 2022 4:01 pm
Forum: Help on using FreeCAD
Topic: scale a mesh in draft create invisible object and moving issue
Replies: 20
Views: 2294

Re: scale a mesh in draft create invisible object and moving issue

it was a lot easier to add/remove points from a draft/spline in v0.18 via gui, I really wish someone would bring that back!!! @carlopav - would it be possible for you to bring that back? (I think you were involved in making the change - if not ignore it...) Think I remember you saying that there wa...
by carlopav
Tue Jul 26, 2022 9:32 am
Forum: Draft, Arch & BIM
Topic: The essence of Arch objects and custom Arch Window
Replies: 14
Views: 2092

Re: The essence of Arch objects and custom Arch Window

I am try to understand the essence of the Arch Workbench and what makes them special compared to a Part or a Body. Is there any documentation explain the core concept of Arch objects? Hello! I suggest to explore the code to understad how Arch works, its not difficult to read and It Is Always the be...
by carlopav
Wed Jul 20, 2022 10:50 pm
Forum: Draft, Arch & BIM
Topic: Modelling a warehouse in FreeCad using mostly Arch/BIM WB
Replies: 7
Views: 1205

Re: Modelling a warehouse in FreeCad using mostly Arch/BIM WB

Nice report for day 1. I'll be glad to follow the progress of your research :) When thinking about improvements remember to keep an eye to IFC: https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/schema/ifcsharedbldgelements/lexical/ifcbeamstandardcase.htm Last times I have been working with...