Beginner of API, rotate an ArchiCad element and save as GDL?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-06-22 03:42 PM - last edited on 2023-05-23 04:40 PM by Rubia Torres
2008-06-22
03:42 PM
I'm looking at lib-test in API-kit that creates a window from a fill.
Is there a way to directly get an slab so I'm only have to put a ROT command before automatic text for a slab in 3d script section?
Or do I need to get all coordinates manually and then create a slab in 3d script section?
I know I can do it by save as GDL in 3d, but I'm trying to learn to do it directly.
Anyone that could give idéas what I should try to create as my first own step in API-world? Like save an element in GDL or other things? Just for learning.
Labels:
- Labels:
-
Library (GDL)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-07-16 06:26 PM
2008-07-16
06:26 PM
TurboGlider wrote:The answer is 'yes' to this. The coordinates can be obtained with ACAPI_Element_GetMemo.
Or do I need to get all coordinates manually and then create a slab in 3d script section?
The example you quoted is a good start; it shows you how to create a library part.
HTH,
Akos