DIAdem Help

Collection: UsedQuantities

  • Updated2024-09-12
  • 1 minute(s) read

Collection: UsedQuantities

The UsedQuantities collection provides all the physical quantities that are used in a unit set of the units catalog.

The following example displays the names of all the physical quantities that are used in the unit set mechanics:

VBScriptPython

 

Dim oMyUsedQuantity, sOutput
For Each oMyUsedQuantity In UnitCatalog.Sets("mechanics").UsedQuantities
  sOutput = sOutput & oMyUsedQuantity.Name & VbCrLf
Next
Call MsgBoxDisp (sOutput)

Properties

Count

Methods

Add | Exists | GetIndex | Item | Move | Remove

Returned From

Set.UsedQuantities