|
Thanks Guys, These suggestions worked; however, I will attest that it does feel unnecessary to do so. For anyone else reading this, edit the Rect property as Adam suggested, then run the following code. TABLE CALL TileFillBaseLevel([SURFACE]); UPDATE [SURFACE] SET [Tile] = CASTV(TileMake(128, 128, NULL) AS FLOAT32) WHERE [TILE] IS NULL
|