FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt.StringConversion Namespace Reference

Description

Functions

json LinearValueToString (val, forceImperialFeetInchesOrMeter, bMaintainUnitType, includeUnitsAndThousandsSeparators, decimalPlaces)
 Convert a linear value to a string.
 
json StringToLinearValue (val, forceFeetOrMeter, bMaintainUnitType)
 Convert a string to a linear value.
 
json AreaValueToString (val, forceFeetOrMeter)
 AreaValueToString converts an area value to a string Parameters: In: val In: forceFeetOrMeter Out: { unitValue }
 
json StringToAreaValue (val, forceFeetOrMeter, bMaintainUnitType)
 StringToAreaValue converts a string to an area value If bMaintainUnitType is true, the value will be in the units of the model.
 
json VolumeValueToString (val, forceFeetOrMeter)
 VolumeValueToString converts a volume value to a string Parameters: In: val In: forceFeetOrMeter Out: { unitValue }
 
json StringToVolumeValue (val, forceFeetOrMeter, bMaintainUnitType)
 StringToVolumeValue converts a string to a volume value If bMaintainUnitType is true, the value will be in the units of the model.