Utilities
Utility functions for unit conversion work flows and helper functions.
Path to the directory used load the schema definitions.
Wrapper function that converts between a double value between one unit and another.
Converts a value from one Unit System to another Unit System
Get all the loaded Quantities within the Dynamo session.
Get all the loaded Symbols within the Dynamo session.
Get all the loaded Units within the Dynamo session.
Parses a string containing math functions to a unit value.
For example, "(1 + 3)^2 - 4 * 2" could be converted to 8
Parses a string containing values with units and math functions to a unit value.
For example, "1ft + 2.54cm + 3in" could be converted to 14in
Parses a string to a unit value.