mcneel / rhino-developer-samples

Rhino and Grasshopper developer sample code

Home Page:http://developer.rhino3d.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResetBlock.rvb throws 'undefined variable' error

ianisl opened this issue · comments

The script ResetBlock.rvb throws an 'undefined variable: arrXform' error.
This can be fixed by adding arrXform to the Dim declarations on line 17, since the script uses Option Explicit:
Dim arrBlocks, strBlock, arrPoint, arrVector, arrXform

Thanks