Region2d.Offset (Double, OffsetGapType, Double) Method
Public Function Offset( _
ByVal dist As Double, _
ByVal gaptype As OffsetGapType, _
ByVal maxextend As Double _
) As Region2d
This language is not supported or no code example is available.
public Region2d Offset(
double dist,
OffsetGapType gaptype,
double maxextend
)
This language is not supported or no code example is available.
public:
Region2d^ Offset(
double dist,
OffsetGapType gaptype,
double maxextend
)
This language is not supported or no code example is available.
Parameters
- dist
- double
The distance to offset.
- gaptype
- OffsetGapType
The type of joins between offsetted segments. See OffsetGapType enumeration for details.
- maxextend
- double
If gaptype is 'Extend' this is the maximum length of extension, otherwise its not used.
Return Value
Region2dA new region with the offsetted vaersion of this region.