2025-04-15 10:34 AM
Hi there,
In Archicad, when we select an object like Wall / Custom object there is an option"Convert Selection to Morph(s)". Is there a way I can convert a Wall into a Morph using ArchiCAD API C++?
Thank you very much for reading my post!
2 weeks ago
Hi!
Yes I think it should be possible to do that. It's definitely some work to implement it.
I'd check ModelAccess API and the Morph definition in the Element Memo. Look for API_MorphID here.
Hope that helps,
Bernd