Machining.GetTransformedBoundary Method

Returns a copy of the specified Region transformed by setup inverse matrix.
Protected Shared Function GetTransformedBoundary( _ 
ByVal reg As Region, _ 
ByVal geom As GeometryBase
) As Region
This language is not supported or no code example is available.
protected static Region GetTransformedBoundary( 
Region reg
GeometryBase geom 
)
This language is not supported or no code example is available.

Parameters

reg
Region

The region

geom
GeometryBase

Return Value

Region

The transformed region object.

.NET Framework

Supported in: 4.8

In this article

Definition