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