-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
Hi there!. I am having problems with zSetField function. Either when using n=0 or n!=0, it returns that number of arguments are not what were expected. I am not sure what I am doing wrong.
For example, using "zSetField(0, 0, 9, 1)" I get TypeError: Expected 5 arguments, got 2.
Similar, if I try "zSetField(3, 0.001, 0.003, 1, 0, 0, 0, 0, 0)" I get "TypeError: Expected 8 arguments, got 2"
What am I missing? Thank you!