Add Dimension - Maple Help

Online Help

All Products    Maple    MapleSim


Units[Converter]

  

AddDimension

  

add a dimension to or modify a dimension in the Unit Converter

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

AddDimension(dim, opts)

Parameters

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

Description

• 

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.

Examples

withUnitsConverter:

AddDimensionaction,display=action

Change the spelling in the text of 'speed'

AddDimensionlengthtime,display=velocity

Set the existing dimension of energy as the default dimension

AddDimensionenergy,default

See Also

Units

Units/Converter

Units[AddDimension]

Units[Converter][GetDimension]

Units[Converter][GetDimensions]

Units[Converter][HasDimension]

Units[Converter][MakeConverter]

Units[Converter][RemoveDimension]