Search found 2061 matches

by carlopav
Thu Feb 08, 2024 6:06 pm
Forum: Help on using FreeCAD
Topic: Sketcher - constrain arc or curve length
Replies: 4
Views: 426

Re: Sketcher - constrain arc or curve length

Maths ... 💔
I'll give It a try!
Thanks.
by carlopav
Thu Feb 08, 2024 11:23 am
Forum: Help on using FreeCAD
Topic: Sketcher - constrain arc or curve length
Replies: 4
Views: 426

Sketcher - constrain arc or curve length

Hello, any suggestion on how to constrain the length of an arc or a generic curve segment?
@paddle I saw a feature request https://github.com/FreeCAD/FreeCAD/issues/9924: it is something that is already being tackled.
by carlopav
Sun Jan 28, 2024 8:33 am
Forum: Open discussion
Topic: Possibilities of the 'Part'
Replies: 2
Views: 17090

Re: Possibilities of the 'Part'

Hello joshualibrarian and welcome! I saw you pinged me on Ondsel github issue page. I'm sorry but I'm not active at the moment on the project, so I'm really not the right person to give you a feedback :) Anyway I find interesting the chapters : "Part, Properties, and Parameters" and "...
by carlopav
Sun Nov 13, 2022 10:53 am
Forum: Draft, Arch & BIM
Topic: Fix inconsistent properties of Draft annotations?
Replies: 3
Views: 993

Re: Fix inconsistent properties of Draft annotations?

I've never realized It... I'm for fixing It, also if this means adding some backward compatibility code...
by carlopav
Sun Nov 06, 2022 3:57 pm
Forum: Python scripting and macros
Topic: [BUG] Part::FeaturePython with App::GroupExtensionPython
Replies: 4
Views: 1319

Re: App::GroupExtensionPython on Part::FeaturePython

I feel this is a bug... I'm changing topic title. The bug is present in 0.20 and also in last daily: OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.21.30858 (Git) Build type: Release Branch: master Hash: 7a5019b2625a148acb23fb915df48ffa69636fe9 Python 3.10.6, Qt 5.15.4, Coin 4.0...
by carlopav
Sun Nov 06, 2022 3:48 pm
Forum: Python scripting and macros
Topic: [BUG] Part::FeaturePython with App::GroupExtensionPython
Replies: 4
Views: 1319

Re: App::GroupExtensionPython on Part::FeaturePython

If then for example you want to move one object, the one whose Shape isNull, you obtain this strange effect:

catt.png
catt.png (42.35 KiB) Viewed 1260 times
And you can select the object by clicking on its coin representation...
by carlopav
Sat Nov 05, 2022 6:46 pm
Forum: Python scripting and macros
Topic: [BUG] Part::FeaturePython with App::GroupExtensionPython
Replies: 4
Views: 1319

[BUG] Part::FeaturePython with App::GroupExtensionPython

When adding an "App::GroupExtensionPython" to a "Part::FeaturePython" object, the result is an object that gets it's representation from its children. This seems weird, is it the default behavior? class py_object: """Base class for all blenderbim objects""...
by carlopav
Tue Nov 01, 2022 7:39 am
Forum: Python scripting and macros
Topic: Adding lots of objects to a document
Replies: 2
Views: 579

Adding lots of objects to a document

Sometimes when importing a file, a lot of objects have to be created in the FC document. I'm lookin for the most efficient and fast way to do that from python. Is better to import them into a temporary document and copy them to the ActiveDocument after? (if so can we do that multicore?) Is there a w...
by carlopav
Wed Oct 19, 2022 4:54 am
Forum: Draft, Arch & BIM
Topic: Integration of BlenderBIM Features : FreeCAD Arch/BIM - Native IFC
Replies: 157
Views: 42403

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Great, THX for setting It up! I Guess we are considering IFC semantic/geometry distintinction when implementing IFC FC related objects, right? Do we have a Plan for entities support? Do we start with Product and Product Type support? What about geometry and multiple representation contexts ? Sorry t...