Search found 2061 matches

by carlopav
Mon Feb 14, 2022 2:31 pm
Forum: Draft, Arch & BIM
Topic: [bug] Could not select windows from wall into treeview if wall is in a part
Replies: 5
Views: 821

Re: [bug] Could not select windows from wall into treeview if wall is in a part

Why di you start with a Std::Part? This Is not the intended workflow.
by carlopav
Sat Feb 12, 2022 3:58 pm
Forum: Python scripting and macros
Topic: Toolbar Icons - with group divisor
Replies: 4
Views: 595

Re: Toolbar Icons - with group divisor

I'm not sure i get what you mean, but did you try adding "Separator", inside the list of commands to be added (toolbarcommands)?
by carlopav
Wed Feb 09, 2022 8:35 am
Forum: Open discussion
Topic: Parasolid: Considerable Feature (Import/Export)
Replies: 9
Views: 13676

Re: Parasolid: Considerable Feature (Import/Export)

Dushyant007 wrote: Mon Jul 13, 2020 7:11 am It won't remain as Hollow from inside while Clipping Plane like this...
The solid are not hollow, they are just displayed hollow because the Gui sucks. Try realthunder Fork at: https://github.com/realthunder/FreeCAD_ ... 3/releases
by carlopav
Tue Feb 08, 2022 7:16 am
Forum: Python scripting and macros
Topic: Position and orientation in the reference frame of a LCS
Replies: 28
Views: 8241

Re: Position and orientation in the reference frame of a LCS

Imho getGlobalPlacement still make Sense when you have to deal with the DocumentObjects, but looks broken when you use It in Gui environment. I can speak about Draft cause it's the only part of the codebase that i know pretty well. All the commands like move, rotate, etc compute the global placement...
by carlopav
Sun Feb 06, 2022 11:35 pm
Forum: Python scripting and macros
Topic: Position and orientation in the reference frame of a LCS
Replies: 28
Views: 8241

Re: Position and orientation in the reference frame of a LCS

+1 to me, @rt, is there a reason why App::Link do not have this method?
realthunder wrote: Ping
by carlopav
Sun Feb 06, 2022 9:07 pm
Forum: Draft, Arch & BIM
Topic: [Discussion] A different approach to Arch modelling (Arch Assembly?)
Replies: 299
Views: 53822

Re: [Discussion] A different approach to Arch modelling (Arch Assembly?)

Yes, I thought at the beginning that the feature was not yet merged, so I was biased when testing... but... HURRAY! We could now be able to quickly have a parametric object that can create object Types (through mutated PartDesign::SubShapeBinder) and object Instances (through App::Link)... i guess t...
by carlopav
Sun Feb 06, 2022 3:18 pm
Forum: Help on using FreeCAD
Topic: Added Property with Group prefix name
Replies: 0
Views: 1199

Added Property with Group prefix name

Hello, while adding a new property to an object, I realized that i accidentally had the "add group name as prefix" checkbox checked, resulting in Geometry_height property. What looks strange to me is that the name that is visible in the Properties panel is just height , but when I had to r...
by carlopav
Sun Feb 06, 2022 3:12 pm
Forum: Draft, Arch & BIM
Topic: [Discussion] A different approach to Arch modelling (Arch Assembly?)
Replies: 299
Views: 53822

Re: [Discussion] A different approach to Arch modelling (Arch Assembly?)

Yes, that's it, I realized after posting. Doesn't it looks like a bug to you that a property that is named Geometry_height displays in the properties panel as height?
by carlopav
Sun Feb 06, 2022 3:00 pm
Forum: Draft, Arch & BIM
Topic: [Discussion] A different approach to Arch modelling (Arch Assembly?)
Replies: 299
Views: 53822

Re: [Discussion] A different approach to Arch modelling (Arch Assembly?)

Try to setup a circular reference in the attached file: 1- open the file 2- go to the properties of Sketch object 3- open Constraints 4- height property 5- push the fx button, the expression editor opens up 6- type href(Body.height) 7- result Property 'height' not found in 'Body.height' OS: Windows ...
by carlopav
Sun Feb 06, 2022 2:42 pm
Forum: Pull Requests
Topic: PR#2862: Configuration Table using Spreadsheet
Replies: 97
Views: 88853

Re: PR#2862: Configuration Table using Spreadsheet

After some test with @paullee as reported in this topic: https://forum.freecadweb.org/viewtopic.php?p=568801#p568801 it looks like FC master is now able to read an href() function that was created with RT's Fork, but if you want to create that peculiar expression in FC master you are not able to (l...