Units[Converter]
AddDimension
add a dimension to or modify a dimension in the Unit Converter
Calling Sequence
Parameters
Description
Examples
AddDimension(dim, opts)
dim
-
expression of type dimension(derived)
opts
equation(s) of the form option=value where option is one of 'display', 'default', or 'make'; specify options for the dimension
The AddDimension(dim, opts) function adds a new dimension to or modifies options of an existing dimension in the Unit Converter.
You describe the options of the dimension by using the optional arguments. The opts argument can contain one or more of the following equations.
'display'=string
This option gives the text that appears in the drop-down box in the Unit Converter dialog box. If this option is not given, the entry is dim.
'default'=truefalse
This option specifies whether the dimension appears as the default dimension in the Dimension: drop-down box in the Unit Converter dialog box. The default value is false.
'make'=truefalse
This option specifies whether the conversion tables are rebuilt after the dimension has been added to the Unit Converter. By default, this option is set to true. If 10 or more dimensions or units are added to or removed from the Unit Converter in one execution group, it is recommended that you execute the Units[Converter][MakeConverter]() calling sequence afterward.
with⁡UnitsConverter:
AddDimension⁡action,display=action
Change the spelling in the text of 'speed'
AddDimension⁡lengthtime,display=velocity
Set the existing dimension of energy as the default dimension
AddDimension⁡energy,default
See Also
Units
Units/Converter
Units[AddDimension]
Units[Converter][GetDimension]
Units[Converter][GetDimensions]
Units[Converter][HasDimension]
Units[Converter][MakeConverter]
Units[Converter][RemoveDimension]
Download Help Document
What kind of issue would you like to report? (Optional)