Footprint constructor

Footprint({
  1. int assetModelId,
  2. int entityId,
  3. String geometryDb,
  4. double minZ,
  5. double maxZ,
})

Returns a new Footprint instance.

Implementation

Footprint({
  this.assetModelId,
  this.entityId,
  this.geometryDb,
  this.minZ,
  this.maxZ,
});