We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2019-07-24 06:05 PM - last edited on 2022-10-05 01:23 PM by Daniel Kassai
2019-07-25 09:24 AM
2019-07-25 09:30 AM
2019-07-25 09:37 AM
nikhil.negi wrote:Currently that is not possible via API.
i was wondering if we can create morphs by providing a profile and extrusion or a profile and revolve axis. this functionality exists in the GUI but how do it through SDK?
2019-07-25 10:08 AM
2019-07-29 03:19 PM
element.morph.bodyType = APIMorphBodyType_SurfaceBody; element.morph.edgeType = APIMorphEdgeType_SoftHiddenEdge;It does nothing. No matter what i set these properties as, the final object is created with default properties always.