iNakel

Results 2 comments of iNakel

> ```python > from pyautocad import Autocad > import array > > acad = Autocad(create_if_not_exists=True) > > points_2d = [0, 0, 1, 1, 2, 1] > points_double = array.array("d", points_2d)...

I've tried a lot of assets and resources to solve this... so far I have found 2. -PrimitivesPro (AssetStore).- it does support non convex mesh triangulation, but in some little...