Search Results for

    Show / Hide Table of Contents

    Class PolyNode

    Inheritance
    System.Object
    PolyNode
    PolyTree
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ClipperLib
    Assembly: Oasys.Common.dll
    Syntax
    public class PolyNode

    Properties

    ChildCount

    Declaration
    public int ChildCount { get; }
    Property Value
    Type Description
    System.Int32

    Childs

    Declaration
    public List<PolyNode> Childs { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<PolyNode>

    Contour

    Declaration
    public List<IntPoint> Contour { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<IntPoint>

    IsHole

    Declaration
    public bool IsHole { get; }
    Property Value
    Type Description
    System.Boolean

    IsOpen

    Declaration
    public bool IsOpen { get; set; }
    Property Value
    Type Description
    System.Boolean

    Parent

    Declaration
    public PolyNode Parent { get; }
    Property Value
    Type Description
    PolyNode

    Methods

    GetNext()

    Declaration
    public PolyNode GetNext()
    Returns
    Type Description
    PolyNode

    Extension Methods

    Extensions.In<T>(T, T[])
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾