IfcViewerApi.addGrid方法用于在模型中添加网格。
IfcViewerApi.addGrid(color, size, divisions)
IfcViewerApi.addGrid('#cccccc', 10, 20);
以上代码将在模型中添加颜色为#cccccc的网格,大小为10米,间隔数量为20。