JoinProfiles
Concatenates two profiles into one.
Syntax
C++
C#
Python
def JoinProfiles( inProfile1: Profile, inProfile2: Profile, outProfile: Profile, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile1 | Profile | First input profile | |
![]() |
inProfile2 | Profile | Second input profile | |
![]() |
outProfile | Profile | Output profile |


