Geometry.getValueUnits


getValueUnits(varName, [units])

Returns the units ("N/mm˛", "m/s", etc) of the value that will be returned by getValue for the given named variable. Optionally, an UnitSet object (or its name) can be passed to control which system of units (e.g. mm/m/inch) will be used to build the returned string. If not given, the database's current unit system will be used.

varNamestringname of the value (e.g. "E")
unitsoptional IFUnitSet unit system to use. If not given, database units will be assumed
Return valuestringthe returned string

Back to Geometry

Back to Overview