From OpenSCADAWiki
Revision as of 23:34, 6 October 2017 by FuzzyBot (Talk | contribs) (Importing a new version from external source)
Contents
[hide]1 "Special" subsystem (SYS.Special)
1.1 Module Library of the system API of the user programming area (Special.FLibSYS)
The object "Functions library" (SYS.Special.FLibSYS)
- ElTp {funcID}(ElTp prm1, ...) — call the library function {funcID}. Return result of the called function.
The object "User function" (SYS.Special.FLibSYS["funcID"])
- ElTp call(ElTp prm1, ...) — call the function with parameters prm{N}. Return result of the called function.
1.2 Module Library of standard mathematical functions (Special.FLibMath)
Template:Include file="/HomePageEn/Doc/FLibMath" notoc="1" first anchor="API" last anchor="endAPI"