Collections of macros for managing groups of parameters. More...
Modules | |
| Field accessors | |
| To abstract parameter field details. | |
| Field stringizers | |
| Looper macros | |
| Macros for looping through sequence to parameters. | |
| Common helpers | |
| Python helper | |
| Helper macros for Python bindings. | |
| Property Macros | |
| Helper macros for FreeCAD properties. | |
Macros | |
| #define | PARAM_FSEQ_STR(_param) PARAM_FOREACH_I(PARAM_FSEQ_STR_,PARAM_FSEQ(_param)) |
SEQ stringizer will stringify each element separately More... | |
Collections of macros for managing groups of parameters.
| #define PARAM_FSEQ_STR | ( | _param | ) | PARAM_FOREACH_I(PARAM_FSEQ_STR_,PARAM_FSEQ(_param)) |
SEQ stringizer will stringify each element separately
Expands to: #seq[0], #seq[1] ...