omdl  v0.5
OpenSCAD Mechanical Design Library
System

System/Program limits. More...

+ Collaboration diagram for System:

Files

file  constants.scad
 Mechanical design constants.
 

Variables

 number_max = 1e308
 The largest representable number in OpenSCAD scripts.
 
 number_min = -1e308
 The smallest representable number in OpenSCAD scripts.
 
 empty_str = ""
 A string with no content (the empty string).
 
 empty_v = []
 A vector with no content (the empty vector).
 

Detailed Description

System/Program limits.