splitBuilding: Splits all faces of a building along a direction.

Description Usage Arguments Value

View source: R/split-height.R

Description

This function splits all faces of a building or structure along a coordinate axis. It simply calls, repeatedly the function splitHeight for multiple faces.

Usage

1
  splitBuilding(flst, h, dnum = 3)

Arguments

flst

List of discretizations of each face.

h

Positions defining where the faces should be split.

dnum

Direction where the faces should be split. x->1, y->2, z->3.

Value

Meshes of each influence area for each level.


tunelipt/model3d documentation built on Nov. 5, 2019, 10:59 a.m.