← 返回函数库

sortRowIndices

Array 内置函数 已实现

语法

sortRowIndices(...)

示例

attr x = sortRowIndices(...)

🎨 3D 预览 — 排序行索引

@StartRule
Lot --> primitiveCube(4, 4, 4)
        print(sortRowIndices([[3,1],[4,1]]))
        color(0.6, 0.7, 0.8)