2D Text Library Part
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-27 05:33 PM
‎2006-12-27
05:33 PM
Modify the text paramaters (size, colour, etc.)
Example - rectangle with a letter(s) inside.
Thomas Allan Palmer
Architect AIBC MRAIC
ArchiCAD 24 MacBook Pro
Mac OS Catalina 10.15.6
Architect AIBC MRAIC
ArchiCAD 24 MacBook Pro
Mac OS Catalina 10.15.6
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-12-27 07:47 PM
‎2006-12-27
07:47 PM
Thomas,
Try starting with James Murray'sShape Tag JM9 - located in the Object Repository.
Try starting with James Murray's
Think Like a Spec Writer
AC4.55 through 28 / USA AC27-6010 USA
Rhino 8 Mac
MacOS 15.2
AC4.55 through 28 / USA AC27-6010 USA
Rhino 8 Mac
MacOS 15.2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-01-10 08:56 PM
‎2007-01-10
08:56 PM
In Archicad:
1.) File -> GDL Objects -> New Object
2.) Save the File
3.) Commands will go under 2D Script inside the GDL object
An example of the code under 2D Script:
PEN 7
LINE2 1', 1', -1', 1'
LINE2 -1', 1', -1', -1'
LINE2 -1', -1', 1', -1'
LINE2 1', -1', 1', 1'
DEFINE STYLE "AC_STYLE_1" "ARchitxt Western",
7'-9.7500", 5, 0
SET STYLE "AC_STYLE_1"
TEXT2 0', 0', "W"
1.) File -> GDL Objects -> New Object
2.) Save the File
3.) Commands will go under 2D Script inside the GDL object
An example of the code under 2D Script:
PEN 7
LINE2 1', 1', -1', 1'
LINE2 -1', 1', -1', -1'
LINE2 -1', -1', 1', -1'
LINE2 1', -1', 1', 1'
DEFINE STYLE "AC_STYLE_1" "ARchitxt Western",
7'-9.7500", 5, 0
SET STYLE "AC_STYLE_1"
TEXT2 0', 0', "W"