Method IsEdgeReversed
IsEdgeReversed(ElementItemId)
Tells whether an edge is reversed.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
bool IsEdgeReversed(ElementItemId inEdgeId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inEdgeId | Identifier of the edge to analyze. |
Returns
| Type | Description |
|---|---|
| bool | Whether the orientation of the edge is the opposite to the parametric orientation of its attached curve. |
Remarks
This method is available since v7.7.