You are here: Start » AVL.NET » Invoke.SubtractSurfaces

Invoke.SubtractSurfaces

Subtracts two surfaces point by point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SubtractSurfaces
(
	Avl.Surface inSurface1,
	Avl.Surface inSurface2,
	Optional<Avl.Region> inRoi,
	Avl.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurface1Avl.SurfaceFirst input surface.
inSurface2Avl.SurfaceSecond input surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
outSurfaceAvl.SurfaceOutput surface.

See also