omdl  v0.6.1
OpenSCAD Mechanical Design Library
System

System and program limits. More...

+ Collaboration diagram for System:

Files

file  constants.scad
 Design constant definitions.
 

Variables

 number_max = 1e308
 <decimal> The largest representable number in OpenSCAD scripts.
 
 number_min = -1e308
 <decimal> The smallest representable number in OpenSCAD scripts.
 
 empty_str = ""
 <string> A string with no characters (the empty string).
 
 empty_lst = []
 <list> A list with no values (the empty list).
 

Detailed Description

System and program limits.