Skip to main content

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:1021


getOpenings

getOpenings(): KArchOpening[]

获取墙上的门洞

Get openings of wall

Returns

KArchOpening[]

The openings of wall.

Defined in

api.d.ts:1039


getSideFaces

getSideFaces(): KArchFace[]

获取墙侧面

Get side archFaces of wall

Returns

KArchFace[]

The side archFaces of wall.

Defined in

api.d.ts:1048


getThickness

getThickness(): number

获取房间厚度

Get the thickness of wall.

Returns

number

thickness of wall.

Defined in

api.d.ts:1030