Computes the maximum of profiles of an array.
Syntax
C++
C#
Python
def MaximumProfile_OfArray(
inProfileArray: list[Profile],
outProfile: Profile,
/
)
-> None
Parameters
|
Name |
Type |
Default |
Description |
 |
inProfileArray |
list[Profile] |
|
|
 |
outProfile |
Profile |
|
Output profile |