Class PolyNode
Namespace: ExtrasClipperLib
Syntax
public class PolyNode : object
Properties
ChildCount
Declaration
public int ChildCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
Childs
Declaration
public List<PolyNode> Childs { get; }
Property Value
Type | Description |
---|---|
List<PolyNode> |
Contour
Declaration
public List<IntPoint> Contour { get; }
Property Value
Type | Description |
---|---|
List<IntPoint> |
IsHole
Declaration
public bool IsHole { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Parent
Declaration
public PolyNode Parent { get; }
Property Value
Type | Description |
---|---|
PolyNode |
Methods
GetNext()
Declaration
public PolyNode GetNext()
Returns
Type | Description |
---|---|
PolyNode |