2024-07-03 01:21 PM - last edited on 2024-07-05 05:15 AM by Laszlo Nagy
Hello,
Is there a function that would convert the given Morph GUID to an Object in C++ API like we do it in UI.
Solved! Go to Solution.
2024-07-15 01:34 PM - last edited on 2024-07-16 04:08 PM by Laszlo Nagy
2024-07-16 05:56 AM
Thank you @Akos Somorjai This gsm was created from Morph using the command we shared earlier https://graphisoft.github.io/archicad-api-devkit/struct_a_p_i___save_pars___object.html. So is there something we can correct here itself? Rather than editing the created gsm again.
2024-07-17 11:56 AM
Hi kency,
You're welcome!
Well, there isn't any parameter in that function that would affect the script that way.
But: you can update the 3D script of the created library part with ACAPI_LibraryPart_UpdateSection().
Best, Akos
2024-08-07 08:17 AM
@Akos Somorjai We are updating the edge status, which worked for most of the gsm files, except for a few. Looks like these are not edge lines and instead it is something else.
1. Do you have any more suggestions? Attaching the gsm file.
2. On another note, we could not remove the facet lines on a morph through the add-on API. We have the option in Archicad UI though. We bumped into this discussion here. Is there any other way to remove these lines through code?