bimr-viewer-ifcx/schema/ifcx-quantity-kinds.tsp
rvba 84e773a112
Some checks failed
CI / build (push) Has been cancelled
Deploy to Pages / deploy (push) Has been cancelled
release: 0.0.1
2026-08-31 10:20:57 +02:00

18 lines
450 B
Text

// see docs/quantity-kinds.md for more info
enum QuantityKind
{
PlaneAngle: "Plane angle";
ThermodynamicTemperature: "Thermodynamic temperature",
ElectricCurrent: "Electric current",
Time: "Time",
Frequency: "Frequency",
Mass: "Mass",
Length: "Length",
LinearVelocity: "Linear velocity",
Force: "Force",
Pressure: "Pressure",
Area: "Area",
Energy: "Energy",
Power: "Power",
Volume: "Volume",
}