You are here: Start » AVL.NET » AVL.JoinSurfaces Method
AVL.JoinSurfaces Method
Combines two surfaces into one.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void JoinSurfaces( AvlNet.Surface inSurface1, AvlNet.Surface inSurface2, out AvlNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface1 | AvlNet.Surface | First input surface to join. | ||
![]() | inSurface2 | AvlNet.Surface | Second input surface to join. | ||
![]() | outSurface | AvlNet.Surface | Combination of two input surfaces. |
Errors
| Error type | Description |
|---|---|
| DomainError | Different Surface types in JoinSurfaces. |
| DomainError | Different axis scales in JoinSurfaces. |
| DomainError | Incompatible axis offsets in JoinSurfaces. |


