You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 functions that could probably be rewritten to increase performance: ProcessLayer and GetAngleFromPoints. The ProcessLayer uses the SHAPE@ token, which is an expensive way of accessing full geometry. We may only need the SHAPE@XY token to compile list of x,y vertices that make up each polygon OR work directly with the array object of vertices instead of looping through each point.
The text was updated successfully, but these errors were encountered:
There are 2 functions that could probably be rewritten to increase performance: ProcessLayer and GetAngleFromPoints. The ProcessLayer uses the SHAPE@ token, which is an expensive way of accessing full geometry. We may only need the SHAPE@XY token to compile list of x,y vertices that make up each polygon OR work directly with the array object of vertices instead of looping through each point.
The text was updated successfully, but these errors were encountered: