Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
05 ArchiCAD 11 GDL Reference Guide.pdf
Скачиваний:
60
Добавлен:
11.03.2015
Размер:
3.22 Mб
Скачать

3D Shapes

3D TEXT ELEMENTS

TEXT

TEXT d, 0, expression

A 3D representation of the value of a string or numeric type expression in the current style.

See “[SET] STYLE” on page 155 and “DEFINE STYLE” on page 173. d: thickness of the characters in meters

In the current version of GDL, the second parameter is always zero.

Examples:

DEFINE STYLE "aa" "New York", 3, 7, 0

SET STYLE "aa" TEXT 0.005, 0, "3D Text"

name = "Grand" ROTX 90

ROTY -30

TEXT 0.003, 0, name ADDX STW (name)/1000 ROTY 60

TEXT 0.003, 0, "Hotel"

Note: For compatibility with the 2D GDL script, character heights are always interpreted in millimeters in DEFINE STYLE statements.

92

ArchiCAD 11 GDL Reference Guide