Circle.OffsetToRegion Method

Offsets the planar curve of the specified amount and builds a Region entity from the two curves.
Public Overridable Function OffsetToRegion( _ 
ByVal amount As Double, _ 
ByVal tolerance As Double, _ 
ByVal sharp As Boolean
) As Region Implements _ 
ICurve.OffsetToRegion
This language is not supported or no code example is available.
public virtual 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.

Implements

ICurve.OffsetToRegion
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 QuickOffset

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition