ExtrusionAnalyzerCalculateFaceAlignment Method

Calculates the alignment status of each face of the solid.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IDictionary<Face, ExtrusionAnalyzerFaceAlignment> CalculateFaceAlignment()

Return Value

IDictionaryFace, ExtrusionAnalyzerFaceAlignment
Maps each face of the solid to its alignment status.
Remarks
You can obtain the element which produced the non-aligned face by passing the face to Element.GetGeneratingElementIds().
See Also