You are here: Start » FIL.NET » FIS.CropSurfaceToBox3D Method
FIS.CropSurfaceToBox3D Method
Removes from the surface points that are not contained in a given box in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CropSurfaceToBox3D ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, FilNet.Box3D inBox3D, bool inPreserveDimensions, FilNet.Surface outSurface, FilNet.Region outRejected )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inBox3D | FilNet.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 | FilNet.Surface | Output surface. | ||
![]() | outRejected | FilNet.Region | Region of locations where points are not contained in a given box in 3D. |
Function Overrides
- CropSurfaceToBox3D(Surface, Box3D, Boolean, Surface)
- CropSurfaceToBox3D(Surface, NullableRef<Region>, Box3D, Boolean, Surface)
- CropSurfaceToBox3D(Surface, NullableRef<Region>, Box3D, Boolean, Surface, NullableRef<Region>)