[SOLVED] Create Stairs using C++ API
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-07-24
04:49 PM
- last edited on
2023-07-13
03:45 PM
by
Doreena Deng
2015-07-24
04:49 PM
Hey there, I wasn't able to find a structure on the C++ API that can represent the stairs that is used on the graphical interface of ArchiCAD. I thought it would be in API_Element, just like walls, windows and the other elements.
Is there any way of creating stairs using C++ API?
Is there any way of creating stairs using C++ API?
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-07-27 12:43 PM
2015-07-27
12:43 PM
Xylios wrote:A stair is simply an object, so you would use
Hey there, I wasn't able to find a structure on the C++ API that can represent the stairs that is used on the graphical interface of ArchiCAD. I thought it would be in API_Element, just like walls, windows and the other elements.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-07-27 03:57 PM
2015-07-27
03:57 PM
Thank you for the answer! =]