← 返回函数库

NIL

Misc 简单操作 已实现

语法

NIL(...)

示例

Lot --> NIL()

🎨 3D 预览 — 空操作

@StartRule
Lot --> primitiveCube(4, 4, 4)
        split(x) { 2 : Red | 2 : NIL | 2 : Blue }

Red  --> color(1, 0.2, 0.2)
Blue --> color(0.2, 0.4, 0.9)