Turn on units of measure (BREAKING CHANGE) (#6343)
* Turn on uom checks Signed-off-by: Nick Cameron <nrc@ncameron.org> * Convert all lengths to mm for engine calls Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -4,8 +4,12 @@ excerpt: "Converts a number from inches to the current default unit."
 | 
			
		||||
layout: manual
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
**WARNING:** This function is deprecated.
 | 
			
		||||
 | 
			
		||||
Converts a number from inches to the current default unit.
 | 
			
		||||
 | 
			
		||||
*DEPRECATED* prefer using explicit numeric suffixes (e.g., `42inch`) or the `to...` conversion functions.
 | 
			
		||||
 | 
			
		||||
No matter what units the current file uses, this function will always return a number equivalent to the input in inches.
 | 
			
		||||
 | 
			
		||||
For example, if the current file uses inches, `fromInches(1)` will return `1`. If the current file uses millimeters, `fromInches(1)` will return `25.4`.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user