JoinSurfaces
Combines two surfaces into one.
Syntax
C++
C#
Python
def JoinSurfaces( inSurface1: Surface, inSurface2: Surface, outSurface: Surface, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface1 | Surface | First input surface to join | |
![]() |
inSurface2 | Surface | Second input surface to join | |
![]() |
outSurface | Surface | Combination of two input surfaces |


