JoinSurfaces


Combines two surfaces into one.

Syntax

C++
C#
Python
 
def JoinSurfaces(
	inSurface1: Surface,
	inSurface2: Surface,
	outSurface: Surface,
	/
)
-> None

Parameters

Name Type Default Description
Input value inSurface1 Surface First input surface to join
Input value inSurface2 Surface Second input surface to join
Output value outSurface Surface Combination of two input surfaces