cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Begin your Archicad journey with our free learning path - perfect for newcomers and experienced users looking to strenghten their skills.

Archicad C++ API
About Archicad add-on development using the C++ API.

using Polygon2DData-methods with a Hatch?

Not applicable
Hi 🙂

I want to use the geometrical methods of Polygon2DData to manipulate elements of type "API_HatchType".

Are there methods to sync the polygon-data of the Hatch (stored in API_Element.hatch.poly and API_ElementMemo) with the data of a Polygon2DData-variable?

Any hints?

regards,
John
1 REPLY 1
Akos Somorjai
Graphisoft
Hello John,

You are mostly on your own, unless someone has a working example. In the next devkit I may put together a basic example.

HTH,

Akos