← 返回函数库

insertAlongUV

Misc 简单操作 已实现

语法

insertAlongUV(...)

示例

Lot --> insertAlongUV()

🎨 3D 预览 — 沿 UV 插入

@StartRule
Lot --> primitiveCube(5, 5, 5)
        setupProjection(0, scope.xy, 2, 2)
        projectUV(0)
        insertAlongUV(0, "window")
        color(0.6, 0.7, 0.8)