Show / Hide Table of Contents

Class PlanarPrismBound

Inheritance
object
PlanarPrismBound
Implements
IBound
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class PlanarPrismBound : IBound

Constructors

PlanarPrismBound()

Declaration
public PlanarPrismBound()

Properties

MaxLayer

Declaration
public int MaxLayer { get; set; }
Property Value
Type Description
int

MinLayer

Declaration
public int MinLayer { get; set; }
Property Value
Type Description
int

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