You are here: Start » FIL.NET » FIL.CropSurfaceByPlaneProximity

FIL.CropSurfaceByPlaneProximity

Removes from the surface points that are too distant from a given plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CropSurfaceByPlaneProximity
(
	FilNet.Surface inSurface,
	FilNet.Plane3D inPlane,
	bool inPreserveDimensions,
	FilNet.Surface outSurface,
	FilNet.Region outRejected
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPlaneFilNet.Plane3DPlane to which distance is measured.
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceFilNet.SurfaceOutput surface.
outRejectedFilNet.RegionRegion of locations where points are too distant from the input plane.

Function Overrides

See also