2021-11-28 10:31 PM
Hi,
are there any geometry functions that can be used for addon development?
Like intersecting two lines, getting a center of an arc and so on.
Or should a dev develop all these for themselves?
thx
Solved! Go to Solution.
2021-11-29 10:08 AM
Hi Sam,
There is a Geometry module in the API DevKit which you can use (see Support\Modules\Geometry folder).
2021-11-29 10:08 AM
Hi Sam,
There is a Geometry module in the API DevKit which you can use (see Support\Modules\Geometry folder).
2021-11-29 10:29 PM
Thanks.