Class PlanarPrismBound
Inheritance
PlanarPrismBound
Assembly: Sylves.dll
Syntax
public class PlanarPrismBound : IBound
Constructors
PlanarPrismBound()
Declaration
public PlanarPrismBound()
Properties
MaxLayer
Declaration
public int MaxLayer { get; set; }
Property Value
MinLayer
Declaration
public int MinLayer { get; set; }
Property Value
PlanarBound
Declaration
public IBound PlanarBound { get; set; }
Property Value
Methods
Intersect(PlanarPrismBound, IGrid)
Declaration
public PlanarPrismBound Intersect(PlanarPrismBound other, IGrid planarGrid)
Parameters
Returns
Union(PlanarPrismBound, IGrid)
Declaration
public PlanarPrismBound Union(PlanarPrismBound other, IGrid planarGrid)
Parameters
Returns
Implements