Poly2d.OffsetUnion Method
Public Function OffsetUnion( _
ByVal offdist As Double, _
ByVal gaptype As OffsetGapType, _
ByVal maxdist As Double _
) As Region2d
This language is not supported or no code example is available.
public Region2d OffsetUnion(
double offdist,
OffsetGapType gaptype,
double maxdist
)
This language is not supported or no code example is available.
public:
Region2d^ OffsetUnion(
double offdist,
OffsetGapType gaptype,
double maxdist
)
This language is not supported or no code example is available.
Parameters
- offdist
- double
The distance to offset the poly. Posetive value offsetts to the right and nagative to the left.
- gaptype
- OffsetGapType
The type of joins made between offsetted segments of poly. See OffsetGapType enumeration for details.
- maxdist
- double
Only used if gaptype is Extend. This is the maximum distance two segments might be extended, otherwise a chamfer is created. If gaptype is not Extend, this parameter is not used.
Return Value
Region2dA new region containing the resulting polygons.