Class PlanarPrismBound
Inheritance
System.Object
PlanarPrismBound
Assembly: Sylves.dll
Syntax
public class PlanarPrismBound : Object, IBound
Constructors
PlanarPrismBound()
Declaration
public PlanarPrismBound()
Properties
MaxLayer
Declaration
public int MaxLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinLayer
Declaration
public int MinLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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