FaceIntersectionFaceResult Enumeration

An enumerated type listing the possible results of a face-face intersection calculation.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum FaceIntersectionFaceResult
Members
Member nameValueDescription
Intersecting0 The two faces have an intersection.
NonIntersecting1 The two faces have no intersection.
See Also