Machining.GetOuterRegion (EndMill, Region, Region, GeometryBase) Method

Gets the outer region following this order boundary, stock, geometry bounding rectangle.
Protected Shared Function GetOuterRegion( _ 
ByVal cutter As EndMill, _ 
ByVal boundary As Region, _ 
ByVal stock As Region, _ 
ByVal geometry As GeometryBase
) As Region
This language is not supported or no code example is available.
protected static Region GetOuterRegion( 
EndMill cutter
Region boundary
Region stock
GeometryBase geometry 
)
This language is not supported or no code example is available.

Parameters

cutter
EndMill

The cutter

boundary
Region

The boundary, can be null/Nothing

stock
Region

The boundary, can be null/Nothing

geometry
GeometryBase

The machining geometry

Return Value

Region

The resulting region.

.NET Framework

Supported in: 4.8

In this article

Definition