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: 23.0.0.0 (23.1.0.0)
Since: 2021
Syntax
C# |
---|
public bool IsFlippedOnFace(
int index
) |
Visual Basic |
---|
Public Function IsFlippedOnFace ( _
index As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool IsFlippedOnFace(
int index
) |
Parameters
- index
- Type: System..::..Int32
The index of the face (0 or 1).
Return Value
true 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.
Remarks
Exceptions
See Also