Returns an array of all indices of the input profile (0, 1, 2, ...).
Syntax
C++
C#
Python
def ProfileIndices(
inProfile: Profile,
/
)
-> outIndices: list[int]
Parameters
|
Name |
Type |
Default |
Description |
 |
inProfile |
Profile |
|
Input profile |
 |
outIndices |
list[int] |
|
|