Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Holes

Hierarchy

  • Holes

Implements

Index

Constructors

Properties

Constructors

constructor

  • 从中心点数组创建半径相同的圆数组.

    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);
    

    Parameters

    • holeRadius: number

      孔半径.

    • points: IPoint[]

      每个孔的原点数组.

    • Optional ids: string[]

      孔的相应路径 ID 的可选数组.

    • Optional data: IProperties

      属性数据

    Returns Holes

Properties

data

paths

paths: IPathMap

Generated using TypeDoc