跳到主要内容

Furniture 接口

interface Furniture 

软装家具详细信息

属性

elementId

elementId: IDPCommon.DB.Types.ElementId;

设计对象 ID

类型: IDPCommon.DB.Types.ElementId

groupId

groupId?: IDPCommon.DB.Types.ElementId;

所属家具组

类型: IDPCommon.DB.Types.ElementId

name

name: string;

名称

position

position: KPoint3d;

位置

类型: KPoint3d

previewImgUrl

previewImgUrl: string;

预览图url

productId

productId: string;

商品 ID

readonly

readonly: boolean;

标识在工具中是否可被修改

rotation

rotation: KPoint3d;

旋转

类型: KPoint3d

scale

scale: KPoint3d;

缩放

类型: KPoint3d

size

size: KPoint3d;

大小

类型: KPoint3d