isSolidPolygonPath()
function isSolidPolygonPath(input): boolean
Predicate for checking if a polygon geometry is a solid, i.e. it has no holes.
Parameters
| Parameter | Type |
|---|---|
input | PolygonLiteral<SolidPolygonPath> |
Returns
boolean
function isSolidPolygonPath(input): boolean
Predicate for checking if a polygon geometry is a solid, i.e. it has no holes.
| Parameter | Type |
|---|---|
input | PolygonLiteral<SolidPolygonPath> |
boolean