Method IsEdgeSmooth
IsEdgeSmooth(ElementItemId, double)
Tells whether an edge is smooth.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
bool IsEdgeSmooth(ElementItemId inEdgeId, double inAngle)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inEdgeId | Identifier of the edge to analyze. |
| double | inAngle | Maximum angle between face normals along the edge. |
Returns
| Type | Description |
|---|---|
| bool | Whether the edge is smooth at the specified angle tolerance. |
Remarks
This method is available since v7.7.