Skip to main content

KArchRoom

kds-plugin-document / Exports / KArchRoom

Interface: KArchRoom

新自由造型环境下的房间对象

The KArchRoom class represents architecture.

Table of contents

Methods

Methods

getCeiling

getCeiling(): KArchFace[]

获取房间顶面

Get ceiling of room

Returns

KArchFace[]

The archFace of ceiling.

Defined in

api.d.ts:982


getFaces

getFaces(): KArchFace[]

获取房间内的户型面

Get the archFaces of room

Returns

KArchFace[]

The archFaces of room.

Defined in

api.d.ts:973


getFloor

getFloor(): KArchFace[]

获取房间地板面

Get floor of room

Returns

KArchFace[]

The archFace of floor.

Defined in

api.d.ts:991


getHeight

getHeight(): number

获取房间高度

Get the height of room.

Returns

number

The height of room.

Defined in

api.d.ts:964


getId

getId(): string

获取房间id

Get the id of room.

Returns

string

The id of room.

Defined in

api.d.ts:955


getPillars

getPillars(): KArchPillar[]

获取房间内的柱子

Get the pillars of room

Returns

KArchPillar[]

The pillars of room.

Defined in

api.d.ts:1018


getWalls

getWalls(): KArchWall[]

获取房间内的墙

Get the walls of room

Returns

KArchWall[]

The walls of room.

Defined in

api.d.ts:1009