<Code Lib>
M

MassSurfaceData.GetFaceReferences

Description:
Gets References to the faces that the MassSurfaceData provides properties for.
Remarks:
The results are always references to Faces. The Reference Type should be REFERENCE_TYPE_SURFACE. Currently Revit improperly reports it as REFERENCE_TYPE_NONE.

public IList<Reference> GetFaceReferences()

IList<Reference> Returns an array of References to Faces that the MassSurfaceData provides properties for.

Loading…