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

3D Shapes

MASS

MASS top_material, bottom_material, side_material, n, m, mask, h,

x1, y1, z1, s1,

...

xn, yn, zn, sn,

xn+1, yn+1, zn+1, sn+1,

...

xn+m, yn+m, zn+m, sn+m

The equivalent of the shape generated by the Mesh tool in ArchiCAD.

top_material, bottom_material, side_material: name/index of the top, bottom and side materials n: the number of nodes in the mass polygon.

m: the number of nodes on the ridges.

h: the height of the skirt (can be negative). xi, yi, zi: the coordinates of the nodes.

si: similar to the PRISM_ statement. Additional status codes allow you to create segments and arcs in the planar polyline using special constraints.

See “Additional Status Codes” on page 141 for details. Masking:

mask = j1 + 4*j3 + 16*j5 + 32*j6 + 64*j7 where j1, j3, j5, j6, j7 can be 0 or 1.

j1 (1): base surface is present.

j3 (4): side surfaces are present.

j5 (16): base and side edges are visible.

j6 (32): top edges are visible.

j7 (64): top edges are visible, top surface is not smooth. j8 (128): all ridges will be sharp, but the surface is smooth.

Parameter restrictions: n >=3, m >= 0

Z

 

 

 

 

 

Zij

 

 

 

Y

 

 

n

 

 

 

j

 

 

b

 

 

 

1

 

 

 

1

i

m

X

 

 

 

a

 

 

ArchiCAD 11 GDL Reference Guide

87

3D Shapes

Example:

MASS "Whitewash", "Whitewash", "Whitewash", 15, 12, 117, -5.0, 0, 12, 0, 15, 8, 12, 0, 15, 8, 0, 0, 15, 13, 0, 0, 13, 16, 0, 0, 13, 19, 0, 0, 13, 23, 0, 0, 13, 24, 0, 0, 15, 24, 12, 0, 15, 28, 12, 0, 15, 28, 20, 8, 13, 28, 22, 8, 15, 0, 22, 8, 15, 0, 20, 8, 13, 0, 12, 0, -1,

0, 22, 8, 0, 28, 22, 8, -1, 23, 17, 5, 0, 23, 0, 5, -1, 13, 13, 1, 0, 13, 0, 1, -1, 16, 0, 7, 0, 16, 19, 7, -1, 0, 20, 8, 0, 28, 20, 8, -1, 19, 17, 5, 0, 19, 0, 5, -1

88

ArchiCAD 11 GDL Reference Guide