You are here: Start » FIL.NET » Invoke.CropSurface
Removes from the surface points that are not contained in a given rectangular box.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CropSurface ( Fil.Surface inSurface, Optional<Fil.Region> inRoi, Fil.ValueLimits_f64 inXLimits, Fil.ValueLimits_f64 inYLimits, Fil.ValueLimits_f64 inZLimits, 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. | ||
![]() | inXLimits | Fil.ValueLimits_f64 | |||
![]() | inYLimits | Fil.ValueLimits_f64 | |||
![]() | inZLimits | Fil.ValueLimits_f64 | |||
![]() | 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 rectangular box. |