Spreedsheets

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
allanpenston
Posts: 1
Joined: Tue Feb 16, 2021 11:04 am

Spreedsheets

Post by allanpenston »

can you alter spreadsheet values when stl file

I have a project that will require the user to change certain values. They only have the STL files so how can i let them alter a few contrants .
eg box alter the length, height only
drmacro
Veteran
Posts: 8976
Joined: Sun Mar 02, 2014 4:35 pm

Re: Spreedsheets

Post by drmacro »

allanpenston wrote: Fri Sep 17, 2021 4:09 pm can you alter spreadsheet values when stl file

I have a project that will require the user to change certain values. They only have the STL files so how can i let them alter a few contrants .
eg box alter the length, height only
Hmm...the stl file has no information about these properties. It is a collection of faces connected together by the edges of the faces.

So, there is nothing to change. :|
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
TheMarkster
Veteran
Posts: 5508
Joined: Thu Apr 05, 2018 1:53 am

Re: Spreedsheets

Post by TheMarkster »

If you create the file in FreeCAD and export it to them as STL then you can offer them some control of those types of parameters. The export to mesh operation is not parametric. A new export would need to be done with each parameter change, or perhaps do it in python. Possibly a feature python object could serve as a document object observer that exports the object on each change.
Post Reply