Class OutlineCells.OutlineLoop
Describes a collection of (Cell, CellDir) edges which are arranged in order.
Inherited Members
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 |