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