ICurve.OffsetToRegion Method

Offsets the planar curve of the specified amount and builds a Region entity from the two curves.
Function OffsetToRegion( _ 
ByVal amount As Double, _ 
ByVal tolerance As Double, _ 
ByVal sharp As Boolean
) As Region
This language is not supported or no code example is available.
Region OffsetToRegion( 
double amount
double tolerance
bool sharp 
)
This language is not supported or no code example is available.

Parameters

amount
double

Signed offset amount

tolerance
double

Tolerance used in Nurbs curve offset computation

sharp
bool

If false, offset curves are connected with an arc.

Return Value

Region

The Region object if the operation is successful, null/Nothing otherwise.

Remarks
 
It doesn't work if the number of offset curves is different from the number of curves to be offsetted. For more complex cases use LinearPath.QuickOffset

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition