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