Show / Hide Table of Contents

Class OutlineCells.OutlineLoop

Describes a collection of (Cell, CellDir) edges which are arranged in order.

Inheritance
object
OutlineCells.OutlineLoop
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 OutlineCells.OutlineLoop

Constructors

OutlineLoop()

Declaration
public OutlineLoop()

Properties

Edges

Declaration
public List<(Cell Cell, CellDir CellDir)> Edges { get; set; }
Property Value
Type Description
List<(Cell Cell, CellDir CellDir)>

IsArc

If true, the first and last edges do not connect up.

Declaration
public bool IsArc { get; set; }
Property Value
Type Description
bool

IsLoop

If true, the first and last edges do connect up.

Declaration
public bool IsLoop { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX