create my own Window Marker
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-27
06:30 PM
- last edited on
2023-05-24
12:47 PM
by
Rubia Torres
2006-05-27
06:30 PM
how can i create my OWN window and door marker... 'cause here in peru, our window marker are usually a 2 row - 2 column chart, located near the window-door opening... and as you see, this is NOT in any marker model ...
i really appreciate your help...
pd.
i use the archicad 10 educational version... and it's GREAT!...
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-28 12:42 AM
2006-05-28
12:42 AM
if you search the forum there are some topic around with the answers you are looking for



Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-28 06:27 PM
2006-05-28
06:27 PM
You can make a very simple one by writing a short 2D script and saving it as a door/window marker subtype. For example:
DEFINE STYLE "text_style" "Arial", 2.5, 5, 0
STYLE text_style
Circle2 0, 0, 0.005*GLOB_SCALE
Text2 0, 0, GLOB_ID
Check the GDL manual for the details and what these things mean. This is just to get you started. You will need to explore deeper to create your chart format. Look under the global variables list in the "Miscellaneous" section at the end of the GDL manual for the window and door values (of the form WIDO_SILL for example)
BTW, to set the subtype you need to click the "Details" button in the main library part editor window.
DEFINE STYLE "text_style" "Arial", 2.5, 5, 0
STYLE text_style
Circle2 0, 0, 0.005*GLOB_SCALE
Text2 0, 0, GLOB_ID
Check the GDL manual for the details and what these things mean. This is just to get you started. You will need to explore deeper to create your chart format. Look under the global variables list in the "Miscellaneous" section at the end of the GDL manual for the window and door values (of the form WIDO_SILL for example)
BTW, to set the subtype you need to click the "Details" button in the main library part editor window.