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

Menu inactive in elevation view

dushyant
Enthusiast
I had created a custom menu which activates some design tools like wall, door, slab, labels, dimensions etc. for drawing. This menu is available only while the user is in the plan view. As soon as the elevation view is brought up, the menu gets deactivated.

How to make the menu available in elevation view also?

Thank you.
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
akomporday
Graphisoft
Graphisoft
The menus are only available on floorplan view by default, but you can enable them elsewhere using the following flags in your GRC file:
http://archicadapi.graphisoft.com/documentation/required-resources

View solution in original post

2 REPLIES 2
Solution
akomporday
Graphisoft
Graphisoft
The menus are only available on floorplan view by default, but you can enable them elsewhere using the following flags in your GRC file:
http://archicadapi.graphisoft.com/documentation/required-resources
dushyant
Enthusiast
Thanks a lot!