NonstructuralMass(...)
This method creates a NonstructuralMass object.
Path
mdb.models[name].parts[name].engineeringFeatures.NonstructuralMass mdb.models[name].rootAssembly.engineeringFeatures.NonstructuralMass
Required arguments
- name
-
A String specifying the repository key.
- region
-
A Region object specifying the region to which the mass is applied.
- units
-
A SymbolicConstant specifying the units used to specify the nonstructural mass. Possible values are TOTAL_MASS, MASS_PER_VOLUME, MASS_PER_AREA, and MASS_PER_LENGTH.
- magnitude
-
A Float specifying the mass magnitude.
Optional arguments
- distribution
-
A SymbolicConstant specifying the distribution of the nonstructural mass. Possible values are MASS_PROPORTIONAL and VOLUME_PROPORTIONAL. The default value is MASS_PROPORTIONAL.
The distribution argument applies only when units=TOTAL_MASS.
Return value
A NonstructuralMass object.
Exceptions
None.