Poly2d.Offset (Double, OffsetGapType, Double) Method
Public Function Offset( _
ByVal dist As Double, _
ByVal gapmode As OffsetGapType, _
ByVal maxextend As Double _
) As Poly2d
This language is not supported or no code example is available.
public Poly2d Offset(
double dist,
OffsetGapType gapmode,
double maxextend
)
This language is not supported or no code example is available.
public:
Poly2d^ Offset(
double dist,
OffsetGapType gapmode,
double maxextend
)
This language is not supported or no code example is available.
Parameters
- dist
- double
The distance to offset the poly. Posetive value offsetts to the right and nagative to the left.
- gapmode
- OffsetGapType
The type of joins made between offsetted segments of poly. See OffsetGapType enumeration for details.
- maxextend
- 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
Poly2dA new, offsetted poly.