Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.25 KB

Macro_Parametric_Curve_FP.md

File metadata and controls

39 lines (26 loc) · 2.25 KB

Macro Parametric Curve FP

{{Macro |Name=Macro Parametric_Curve_FP |Icon=Parametric_Curve_FP.svg |Description=Update of Macro 3D Parametric Curve, but with new features. Creates a Feature Python object, offers spreadsheet and JSON integration, expanded parameters.
It has support for the same a, b, c parameters, but also can have as many d parameters in the form of d1, d2, d3, d4, etc. as you like.
It also supports saving formulas to a text file in JSON format and support for Spreadsheet integration of the current formula.
Full documentation can be found [https://github.com/mwganson/Parametric_Curve_FP Full Documentation on Github Parametric_Curve_FP] on github. |Author=TheMarkster |Version=2021.09.17 |Date=2021-09-17 |FCVersion=All Python 3 |Download=[https://wiki.freecadweb.org/images/5/59/Parametric_Curve_FP.svg ToolBar Icon] |SeeAlso=Macro 3D Parametric Curve |Links=[https://github.com/mwganson/Parametric_Curve_FP Full Documentation on Github] }}

Description

This macro is an update to the Macro_3D_Parametric_Curve by Gomez Lucio and later Modified by Laurent Despeyroux on 9th feb 2015. The macro has been updated to a parametric Feature Python object. It has support for the same a, b, c parameters, but also can have as many d parameters in the form of d1, d2, d3, d4, etc. as you like.

It also supports saving formulas to a text file in JSON format and support for Spreadsheet integration of the current formula. Full documentation can be found Parametric_Curve_FP on github.

*Parametric_Curve_FP screenshot‎*

Legend

{{Codeextralink|https://gist.githubusercontent.com/mwganson/473920ad317fb2dc3e37638112874e2a/raw/64c23f910e5278da095eee5c95299b6ae5b9258b/Parametric_Curve_FP.FCMacro|Parametric_Curve_FP.FCMacro}}

ToolBar Icon

Script

Macro Parametric_Curve_FP.FCMacro

{{CodeDownload|https://gist.github.com/mwganson/473920ad317fb2dc3e37638112874e2a|Parametric_Curve_FP.FCMacro}}


documentation index > Macro Parametric Curve FP