2023 Method
Changes 5
M

MassEnergyAnalyticalModel.GetCoincidentMassZoneFaceReferences

Description:
Returns References to Faces from MassZones coincident with an input Face from a MassEnergyAnalyticalModel.
Remarks:
The results are always References to Faces. The Reference Type should report as REFERENCE_TYPE_SURFACE. Currently Revit improperly reports it as REFERENCE_TYPE_NONE.
public static IList<Reference> GetCoincidentMassZoneFaceReferences(
	Document document,
	Reference referenceToFace
)
Return Value IList<Reference> Returns References to Faces from MassZones coincident with an input Face from a MassEnergyAnalyticalModel.