Same as IntersectSurface, but improves performance by first checking to see if hClipper is within the bounding box of hPolygon before calling IntersectSurface.
FUNCTION ClipPolygon(
hPolygon : HANDLE;
hClipper : HANDLE;
dFuzz : REAL): HANDLE;def vs.ClipPolygon(hPolygon, hClipper, dFuzz):
return HANDLE| Name | Type | Description |
|---|---|---|
| hPolygon | HANDLE | |
| hClipper | HANDLE | |
| dFuzz | REAL |
Availability: from Vectorworks 2014