You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inSurface1 | Avl.Surface | First input surface to join. | ||
![]()  | inSurface2 | Avl.Surface | Second input surface to join. | ||
![]()  | outSurface | Avl.Surface | Combination of two input surfaces. | 


