从中心点数组创建半径相同的圆数组.
Example:
//Create some holes from an array of points var model = new vjgeo.models.Holes(10, [[0, 0],[50, 0],[25, 40]]); vjgeo.exporter.toDWG(model);
孔半径.
每个孔的原点数组.
孔的相应路径 ID 的可选数组.
属性数据
Generated using TypeDoc
从中心点数组创建半径相同的圆数组.
Example:
//Create some holes from an array of points var model = new vjgeo.models.Holes(10, [[0, 0],[50, 0],[25, 40]]); vjgeo.exporter.toDWG(model);