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

AVS.SubtractSurfaces Method

Subtracts two surfaces point by point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SubtractSurfaces
(
	AvlNet.Surface inSurface1,
	AvlNet.Surface inSurface2,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurface1AvlNet.SurfaceFirst input surface.
inSurface2AvlNet.SurfaceSecond input surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
outSurfaceAvlNet.SurfaceOutput surface.

Function Overrides

See also