License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2023-02-23 10:37 PM
Hi Experts,
I was searching for similar topic, but did not find the answer.
Is it possible to run a typical command, e.g. draw wall from a custom dialog?
Example:
- list field
- insert key
1. I select a wall from the list of existing walls
2. I press the button insert wall = I invoke the Archicad command.
An example from the SDK: Element_Test -> Create Curve Wall does not simulate a wall during insertion, and the Archicad command even has a drawing method selection panel.
Sorry if the question is naive, this is my first steps with Archicad SDK
all the best
Slawek
2023-02-24 01:22 AM - edited 2023-02-24 01:23 AM
I found a suitable example in SDK.
It works properly for: window (return DWRC), door (return ROOD) , lamp (return HGIL)
For wall or column WriteReport return empty space (simply nothing)
Here is the link to the Example code from SDK: APIEnv_SetToolBoxModeID
and code - I sign the line which return "nothing"
Do you have any advice pls?
regards
Slawek