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

Status Codes

ADDITIONAL STATUS CODES

The following additional status codes allow you to create segments and arcs in the polyline using special constraints. They refer to the next segment or arc. Original status code(s) are only effective where they are specified (a “+s” is included after the additional code).

Note: Resolution of arcs is controlled by directives described in the “Attributes” chapter. In case of the POLY2_ statement, if the resolution is greater than 8, it generates real arcs; otherwise all generated arcs will be segmented.

Previous part of the polyline: current position and tangent is defined

Segment by absolute endpoint

x, y, s

where 0 < s < 100

x,y

0

ArchiCAD 11 GDL Reference Guide

141

Status Codes

Segment by relative endpoint

dx, dy, 100+s, where 0 < s < 100

dy

dx

100

Segment by length and direction

l, a, 200+s, where 0 < s < 100

l

a

200

142

ArchiCAD 11 GDL Reference Guide

Status Codes

Tangential segment by length

l, 0, 300+s, where 0 < s < 100

l

300

Set start point

x1, y1, 600,

600

(x1,y1)

ArchiCAD 11 GDL Reference Guide

143

Status Codes

Close polyline

0, 0, 700,

700

Set tangent

ex, ey, 800,

ey ex

800

144

ArchiCAD 11 GDL Reference Guide