DrawHouse constructor

DrawHouse({
  1. bool? wrapPipe,
  2. num? houseScale,
  3. bool? numFloor,
  4. bool? haveThreshold,
  5. num? compareWallEps,
  6. num? wallPonumsMinNum,
  7. num? crossDistanceThreshold,
  8. num? planeDistanceThreshold,
})

Implementation

DrawHouse(
    {this.wrapPipe,
    this.houseScale,
    this.numFloor,
    this.haveThreshold,
    this.compareWallEps,
    this.wallPonumsMinNum,
    this.crossDistanceThreshold,
    this.planeDistanceThreshold});