跳到主要内容

IIntersectCheckResult 接口

interface IIntersectCheckResult 

干涉检测结果

属性

children

children: IIntersectCheckResult[];

当前存在干涉的模型

类型: IIntersectCheckResult[]

id

id: string;

模型id

level

level: number;

当前所在层级

name

name: string;

模型名称

toolType

toolType?: EToolType;

定制工具线

类型: EToolType