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

How to convert from Wall to Morph in ArchiCAD API ?

Tran Thanh Lo
Booster

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!

wallconvert.png

1 REPLY 1

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