You are here: Start » AVL.NET » AVL.CropSurfaceToBox3D Method
AVL.CropSurfaceToBox3D Method
Removes from the surface points that are not contained in a given box in 3D.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CropSurfaceToBox3D( AvlNet.Surface inSurface, AvlNet.Box3D inBox3D, bool inPreserveDimensions, out AvlNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | inBox3D | AvlNet.Box3D | Box defining a subspace to be cropped. | ||
![]() | inPreserveDimensions | bool | False | Flag indicating whether the surface dimensions should be preserved or not. Default value: False. | |
![]() | outSurface | AvlNet.Surface | Output surface. |


