An enumerated type listing the possible results of a face-face intersection calculation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public enum FaceIntersectionFaceResult
Members
Member name | Value | Description |
---|---|---|
Intersecting | 0 | The two faces have an intersection. |
NonIntersecting | 1 | The two faces have no intersection. |