ICombinationData 接口
interface ICombinationData
方案中所有组合的基本信息
属性
assemblyModelType
assemblyModelType: string;
组合类型。"instance" 实例组合;"template" 模板组合
brandGoodId
brandGoodId: number;
组合对应的商品 id(这里未加密,用户应该用不了)
collectBrandGoodId
collectBrandGoodId: number;
组合收藏转素材后的商品 id(这里也没加密,用户应该用不了)
id
id: string;
id
name
name: string;
组合对应的商品名称
paramModelIds
paramModelIds: Array<string>;
组合中模型的 id
position
position: Number3;
组合坐标
类型: Number3
rotate
rotate: Number3;
组合旋转
类型: Number3
size
size: Number3;
组合尺寸
类型: Number3
索引类型
(indexer)
[key: string]: any;
other fields