mcneel / rhino-developer-samples

Rhino and Grasshopper developer sample code
http://developer.rhino3d.com
Other
612 stars 330 forks source link

ResetBlock.rvb throws 'undefined variable' error #47

Closed ianisl closed 3 years ago

ianisl commented 3 years ago

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

dalefugier commented 3 years ago

Thanks