KArchOpening
kds-plugin-document / Exports / KArchOpening
Interface: KArchOpening
新自由造型环境下的门洞对象
The KArchOpening class represents architecture.
Table of contents
Methods
Methods
getDepth
▸ getDepth(): number
获取门洞的深度 Get the depth of opening.
Returns
number
The depth of opening
Defined in
api.d.ts:887
getFaces
▸ getFaces(): KArchFace[]
获取门洞的户型面
Get archFaces of opening
Returns
The archFaces of opening.
Defined in
api.d.ts:903
getId
▸ getId(): string
获取门洞id
Get the id of opening.
Returns
string
The id of opening.
Defined in
api.d.ts:880
getProfile
▸ getProfile(): KBoundedCurve3d[]
获取门洞的轮廓
Get profile of opening
Returns
The profile of opening.
Defined in
api.d.ts:895
getWall
▸ getWall(): KArchWall
获取门洞所属墙
Get the wall that this opening is belong to
Returns
The wall that this opening is belong to.
Defined in
api.d.ts:911