You are here: Start » AVL.NET » AVL.TrimRegionToShape
Removes region elements lying beyond the specified shape.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void TrimRegionToShape ( AvlNet.Region inRegion, AvlNet.Path inShape, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inShape | AvlNet.Path | |||
![]() | outRegion | AvlNet.Region | Output region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Path is not closed in TrimRegionToShape. |


