You are here: Start » AVL.NET » AVS.CropSurface Method

AVS.CropSurface Method

Removes from the surface points that are not contained in a given rectangular box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropSurface
(
	AvlNet.Surface inSurface,
	NullableRef<AvlNet.Region> inRoi,
	double? inMinX,
	double? inMaxX,
	double? inMinY,
	double? inMaxY,
	double? inMinZ,
	double? inMaxZ,
	bool inPreserveDimensions,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
inMinXdouble?
inMaxXdouble?
inMinYdouble?
inMaxYdouble?
inMinZdouble?
inMaxZdouble?
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceAvlNet.SurfaceOutput surface.

Function Overrides

See also