The inability of passing dynarrays to procedures/functions is making some scripts extremely difficult. If we could do this, it would be easier to write own subprocedures.
As an example, the IntersectSurface function returns only the first object. I wanted to make my own procedure to always return all objects, but because I can't know how many there will be returned, I can't make the procedure. I first did return a group, but this give too many problems.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Dieter @ DWorks
The inability of passing dynarrays to procedures/functions is making some scripts extremely difficult. If we could do this, it would be easier to write own subprocedures.
As an example, the IntersectSurface function returns only the first object. I wanted to make my own procedure to always return all objects, but because I can't know how many there will be returned, I can't make the procedure. I first did return a group, but this give too many problems.
Link to comment
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.