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

3D Shapes

MESH 90,100, 12,8, 1+4+16+32+64, 17,16,15,14,13,12,11,10,10,10,10, 9, 16,14,13,11,10, 9, 9, 9,10,10,12,10, 16,14,12,11, 5, 5, 5, 5, 5,11,12,11, 16,14,12,11, 5, 5, 5, 5, 5,11,12,12, 16,14,12,12, 5, 5, 5, 5, 5,11,12,12, 16,14,12,12, 5, 5, 5, 5, 5,11,13,14, 17,17,15,13,12,12,12,12,12,12,15,15, 17,17,15,13,12,12,12,12,13,13,16,16

ARMC

ARMC r1, r2, l, h, d, alpha

A piece of tube starting from another tube; parameters according to the figure (penetration curves are also calculated and drawn). alpha is in degrees.

Restrictions of parameters:

r1 >= r2 + d

r1 <= l*sin(alpha) - r2*cos(alpha)

 

Z

 

alpha

 

r2

h

l

 

X

 

r1

 

Y

d

Example:

 

 

 

 

 

 

ROTY

90

 

 

 

 

 

CYLIND

10,1

 

 

 

 

ADDZ

6

0.9,

3,

0,

0, 45

ARMC

1,

ADDZ

-1

 

 

 

 

 

ROTZ

-90

0.75,

3,

0,

0,

90

ARMC

1,

ADDZ

-1

 

 

 

 

 

ROTZ

-90

0.6,

3,

0,

0, 135

ARMC

1,

X

ArchiCAD 11 GDL Reference Guide

57

3D Shapes

ARME

ARME l, r1, r2, h, d

A piece of tube starting from an ellipsoid in the y-z plane; parameters according to the figure (penetration lines are also calculated and drawn).

Restrictions of the parameters: r1 >= r2+d

l >= h*(1-(r2-d)2/r12)

Example:

ELLIPS 3,4 FOR i=1 TO 6

ARME 6,4,0.5,3,3.7-0.2*i ROTZ 30

NEXT i

h

Z

r2

 

d

 

l

 

Y

 

r1

Z

 

alpha

r1

 

 

X

r2

ELBOW

ELBOW r1, alpha, r2

A segmented elbow in the x-z plane. The radius of the arc is r1, the angle is alpha and the radius of the tube segment is r2. The alpha value is in degrees.

Restriction of parameters: r1 > r2

58

ArchiCAD 11 GDL Reference Guide