Search found 74 matches

by silopolis
Thu Nov 03, 2022 11:42 am
Forum: Help on using FreeCAD
Topic: Custom Properties, DynamicData and Spreadsheets
Replies: 1
Views: 252

Custom Properties, DynamicData and Spreadsheets

Hello friends, I'm currently experimenting with Custom Properties, DynamicData objects and Spreadsheets to hopefully devise some sound and and stable usage pattern of these parametrization tools. Current state of thinking is: * Use DD containers for non-tabular shared data between objects, specially...
by silopolis
Thu Nov 03, 2022 11:35 am
Forum: Open discussion
Topic: how add custom properties to any object?
Replies: 20
Views: 7380

Re: how add custom properties to any object?

yes, sounds possible and until I know there exist different methods. "My" solutions to this are: * adding the properties to the Body's origin as "next built-in solution" to avoid circular dependency, or * Use the DynamicData (DD) workbench to create a property container into the...
by silopolis
Wed Nov 02, 2022 7:50 am
Forum: Python scripting and macros
Topic: Make SmartSelect macro available via Addons Manager
Replies: 1
Views: 246

Make SmartSelect macro available via Addons Manager

Hi, A quick request to ask for the super handy SmartSelect macro to be available through Addons Manager... if not included into Master :-) https://github.com/wayofwood/FreeCADScripts/tree/main/smartselect SmartSelect-Capture.png Opened a corresponding issue here https://github.com/wayofwood/FreeCADS...
by silopolis
Thu Oct 27, 2022 3:55 pm
Forum: Open discussion
Topic: Linking stylesheets to preference pack and rebranding them.
Replies: 17
Views: 1283

Re: Linking stylesheets to preference pack and rebranding them.

I can see the use of preference packs to export your settings and import your settings or someone else settings. Solidworks has a complete separated program for specific that, and I use it every-time I do a fresh install or start to work somewhere new. I even used it last week. That would be freaki...
by silopolis
Mon Oct 24, 2022 3:07 pm
Forum: Help on using FreeCAD
Topic: Object description field
Replies: 16
Views: 4453

Re: Object description field

Hello, if you have the FreeCAD 0.19 the function is already implemented with many options I created an additional length property in two Part Design parts and then tried to use a simple equality expression in the second one to reference the first but this doesn't works :/ Also tried with spreadsheet...
by silopolis
Wed Jul 04, 2018 2:27 pm
Forum: Python scripting and macros
Topic: ConstraintsToSpreadsheet [streamlined]
Replies: 6
Views: 2241

Re: ConstraintsToSpreadsheet

Very nice indeed !
by silopolis
Wed May 09, 2018 7:55 am
Forum: Open discussion
Topic: Issue #5789: Control objects visibility via expressions and spreadsheets cells
Replies: 10
Views: 2390

Re: 0003466: Control objects visibility via expressions and spreadsheets cells

Hello Eivind, [...] Visibility is selected by a property in the document object's gui part, and expressions are not supported for any of these properties (internally they only work for objects derived from the DocumentObject class). IIRC there was a technical reason for this, so this is not easy to ...
by silopolis
Wed May 09, 2018 7:46 am
Forum: Help on using FreeCAD
Topic: Is it possible to control object visibility with a spreadsheet cell?
Replies: 3
Views: 1510

Re: Is it possible to control object visibility with a spreadsheet cell?

Hi,

Just a quick post to link to forum post and corresponding feature request I opened for this

https://forum.freecadweb.org/viewtopic.php?p=232665

Have a nice day
by silopolis
Tue May 08, 2018 2:57 pm
Forum: Open discussion
Topic: Issue #5789: Control objects visibility via expressions and spreadsheets cells
Replies: 10
Views: 2390

Issue #5789: Control objects visibility via expressions and spreadsheets cells

Hi This would be valuable in many cases as witnessed by users interest in the following threads: * https://forum.freecadweb.org/viewtopic.php?f=3&t=18681 * https://forum.freecadweb.org/viewtopic.php?f=10&t=18065 EDIT: forgot link to issue https://freecadweb.org/tracker/view.php?id=3466 AFAIC...
by silopolis
Fri Apr 27, 2018 6:07 am
Forum: Help on using FreeCAD
Topic: Boolean operations across Part containers
Replies: 7
Views: 1601

Re: Boolean operations across Part containers

Ah I see. My use case is cutting holes in an enclosure based on the parts that are in the assembly. I found this really nice macro , but it becomes difficult to use with Parts containers. Is there a way to group several objects to be moved together, without using the Part container? Make a compound...