Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Units[Converter][AddDimension] - add a dimension to or modify a dimension in the Unit Converter
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 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
Change the spelling in the text of 'speed'
Set the existing dimension of energy as the default dimension
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