An enumerated type listing the possible results of a face-face intersection calculation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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.
|
See Also
Reference