Method GetSharpEdges
GetSharpEdges(ElementId, double)
Gets the sharp edges of a shape.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
List<ElementItemId> GetSharpEdges(ElementId inElementId, double inAngle)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the shape entity to analyze. |
| double | inAngle | Minimum angle between face normals along the edge. |
Returns
| Type | Description |
|---|---|
| List<ElementItemId> | Identifiers of the sharp edges of the shape. |
Remarks
This method is available since v7.7.