KArchWall
kds-plugin-document / Exports / KArchWall
Interface: KArchWall
新自由造型环境下的墙对象
The KArchWall class represents architecture.
Table of contents
Methods
Methods
getId
▸ getId(): string
获取墙id
Get the id of wall.
Returns
string
The id of wall.
Defined in
api.d.ts:1054
getOpenings
▸ getOpenings(): KArchOpening[]
获取墙上的门洞
Get openings of wall
Returns
The openings of wall.
Defined in
api.d.ts:1070
getRooms
▸ getRooms(): KArchRoom[]
获取墙所属的房间集合
Get the rooms that this wall is belong to.
Returns
The rooms that this wall is belong to.
Defined in
api.d.ts:1087
getSideFaces
▸ getSideFaces(): KArchFace[]
获取墙侧面
Get side archFaces of wall
Returns
The side archFaces of wall.
Defined in
api.d.ts:1078
getThickness
▸ getThickness(): number
获取房间厚度
Get the thickness of wall.
Returns
number
thickness of wall.
Defined in
api.d.ts:1062