IfcApi.GetAllLines
简介:IfcApi.GetAllLines方法用于获取IFC文件中所有的直线对象。该方法返回一个包含所有直线的数组。
方法原型:IfcApi.GetAllLines(callback)
参数介绍:
示例代码:
IfcApi.GetAllLines(function(data){ console.log(data); // 打印所有直线的数组 });
注意事项: