Show / Hide Table of Contents

Class PlanarPrismBound

Inheritance
System.Object
PlanarPrismBound
Implements
IBound
Namespace: Sylves
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
Type Description
IBound

Methods

Intersect(PlanarPrismBound, IGrid)

Declaration
public PlanarPrismBound Intersect(PlanarPrismBound other, IGrid planarGrid)
Parameters
Type Name Description
PlanarPrismBound other
IGrid planarGrid
Returns
Type Description
PlanarPrismBound

Union(PlanarPrismBound, IGrid)

Declaration
public PlanarPrismBound Union(PlanarPrismBound other, IGrid planarGrid)
Parameters
Type Name Description
PlanarPrismBound other
IGrid planarGrid
Returns
Type Description
PlanarPrismBound

Implements

IBound
In This Article
Back to top Generated by DocFX