Share

FusionDefaultUnitsPreferences.massDisplayUnits Property

Parent Object: FusionDefaultUnitsPreferences
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDefaultUnitsPreferences.h>

Description

Gets and sets the default design units for mass when creating a new Fusion file. Setting this property will have the side effect of changing the defaultUnitSystem property to custom.

Syntax

"fusionDefaultUnitsPreferences_var" is a variable referencing a FusionDefaultUnitsPreferences object.

# Get the value of the property.
propertyValue = fusionDefaultUnitsPreferences_var.massDisplayUnits

# Set the value of the property.
fusionDefaultUnitsPreferences_var.massDisplayUnits = propertyValue

Property Value

This is a read/write property whose value is a MassUnits.

Version

Introduced in version May 2025

Was this information helpful?