Namespace:
Autodesk.Revit.DB.Analysis
MassZoneMaterialType
Enumeration
Description:
MassZone material type.
MassZone material type.
Remarks:
Indicates how MassZone material is calculated.
Indicates how MassZone material is calculated.
Syntax
public enum MassZoneMaterialType
Unknown Namespace Members:
Name | Description |
---|---|
MaterialBySurfaceType | Material for a given face of a MassZone comes from the category of the face of the MassEnergyAnalyticalModel that the MassZone face is created from. |
NormalMaterial | If materialId is InvalidElementId, all faces of the MassZone will use the material from the MassZone category object style. If materialId is a valid material, all faces of the MassZone will use that specific material. |