Machining.GetOuterRegion (EndMill, Region, Point2D, Point2D, Double, Boolean) Method

Returns a regenerated stock region or the geometry bounding rectangle (with offset by cutter radius if requested).
Protected Shared Function GetOuterRegion( _ 
ByVal cutter As EndMill, _ 
ByVal stock As Region, _ 
ByVal geomBoxMin As Point2D, _ 
ByVal geomBoxMax As Point2D, _ 
ByVal tol As Double, _ 
Optional ByVal offset As Boolean = false _ 
) As Region
This language is not supported or no code example is available.
protected static Region GetOuterRegion( 
EndMill cutter
Region stock
Point2D geomBoxMin
Point2D geomBoxMax
double tol
bool offset = false 
)
This language is not supported or no code example is available.

Parameters

cutter
EndMill

stock
Region

geomBoxMin
Point2D

geomBoxMax
Point2D

tol
double

offset
bool

Return Value

Region

.NET Framework

Supported in: 4.8

In this article

Definition