You are here: Start » AVL.NET » AVL.CropSurfaceByPlaneProximity Method

AVL.CropSurfaceByPlaneProximity Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropSurfaceByPlaneProximity(
	AvlNet.Surface inSurface,
	AvlNet.Plane3D inPlane,
	out AvlNet.Surface outSurface,
	out AvlNet.Region outRejected
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inPlaneAvlNet.Plane3DPlane to which distance is measured.
outSurfaceAvlNet.SurfaceOutput surface.
outRejectedAvlNet.RegionRegion of locations where points are too distant from the input plane

See also