Region.Trim Method

Trims the region using the given - open - curves.
Public Shared Function Trim( _ 
ByVal original As Region, _ 
ByVal curves As IList(Of ICurve), _ 
ByRef result As Region() _ 
) As Boolean
This language is not supported or no code example is available.
public static bool Trim( 
Region original
IList<ICurve> curves
out Region[] result 
)
This language is not supported or no code example is available.

Parameters

original
Region

The region to be trim

curves
IList<ICurve>

The curves intersecting the region profiles

result
Region[]

The resulting list of regions

Return Value

bool

True if the operation was successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition