Determines if this edge's topological direction on the Face is opposite to its parametric direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsFlippedOnFace( Face face )
Parameters
- face Face
- The face with respect to which the direction is considered. Must belong to the edge.
Return Value
Booleantrue if this edge's topological direction on the Face is opposite to its parametric direction, false if the topological direction agrees with the parametric direction.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the specified face is null. |
ArgumentException | Thrown when the specified face is not one of the faces for this edge. |