You are here: Start » FIL.NET » Invoke.CropSurfaceByPlaneProximity
Removes from the surface points that are too distant from a given plane.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CropSurfaceByPlaneProximity ( Fil.Surface inSurface, Optional<Fil.Region> inRoi, Fil.Plane3D inPlane, Optional<float> inMinDistance, Optional<float> inMaxDistance, 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. | ||
![]() | inPlane | Fil.Plane3D | Plane to which distance is measured. | ||
![]() | inMinDistance | Ftl.Optional<float> | Minimal distance from a given plane. Default value: ftl::NIL. | ||
![]() | inMaxDistance | Ftl.Optional<float> | 1.0f | Maximal distance from a given plane. Default value: 1.0f. | |
![]() | 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 too distant from the input plane. |