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

2D Shapes

DRAWINGS IN THE LIST

These commands only take effect when a list of elements is created in ArchiCAD.

When the library part is a special property type library part and is in some way associated to a library part (Object, Door, Window or Light) placed on the floor plan, including the following commands in its 2D script will refer to the 2D and 3D part of that library part. This is a virtual reference that is resolved during the listing process, using the 2D or 3D script of the currently listed element.

DRAWING2

DRAWING2 [expression]

Depending on the value of the expression, creates a drawing of the library part (expression = 0, default) or the label of the element (expression = 1) associated with the Property Object containing this command.

DRAWING3

DRAWING3 projection_code, angle, method

DRAWING3{2}

DRAWING3{2} projection_code, angle, method [,backgroundColor, origoX, origoY, filldirection]

Similarly to PROJECT2, creates a projection of the 3D script of the library part associated with the property library part containing this command. All parameters are similar to those of PROJECT2 and PROJECT2{2}.

New method flags in DRAWING3{2}:

3: shading

32: use current attributes instead of attributes from 3D 64: local fill orientation

DRAWING3{3}

DRAWING3{3} projection_code, angle, method , parts[, backgroundColor, fillOrigoX, fillOrigoY, filldirection][[,]

PARAMETERS name1=value1 , ... namen=valuen]

Similarly to PROJECT2, creates a projection of the 3D script of the library part associated with the property library part containing this command. All parameters are similar to those of PROJECT2, PROJECT2{2} and PROJECT2{3}.

New method flags in DRAWING3{3}:

2048: addition modifier: modifiers 16, 32, 64, 128, 256, 512, 1024 and fill attribute parameters are effective only for the view part of the projection. By default they are effective for all parts.

ArchiCAD 11 GDL Reference Guide

131

2D Shapes

4096: addition modifier: modifiers 16, 32, 64, 128, 256, 512, 1024 and fill attribute parameters are effective only for the cut part of the projection. By default they are effective for all parts.

8192: addition modifier: cut fills are slanted

132

ArchiCAD 11 GDL Reference Guide