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

Invoke.JoinSurfaces

Combines two surfaces into one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void JoinSurfaces
(
	Avl.Surface inSurface1,
	Avl.Surface inSurface2,
	Avl.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurface1Avl.SurfaceFirst input surface to join.
inSurface2Avl.SurfaceSecond input surface to join.
outSurfaceAvl.SurfaceCombination of two input surfaces.

See also