Slab

class Slab : public feasst::ShapeIntersect

A slab is the intersection of two half spaces.

Public Functions

Slab(argtype args)

args:

  • dimension: The slab surface is perpendicular to this dimensional axis.

  • bound0: Set a lower or upper value of the slab.

  • bound1: Set the second bound, upper or lower, respectively.