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

AVL.CropSurfaceByPlaneProximity

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also