Search Results for

    Show / Hide Table of Contents

    Class PlanarComplex.Element

    Inheritance
    Object
    PlanarComplex.Element
    PlanarComplex.SmoothCurveElement
    PlanarComplex.SmoothLoopElement
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class Element

    Fields

    ID

    Declaration
    public int ID
    Field Value
    Type Description
    Int32

    source

    Declaration
    public IParametricCurve2d source
    Field Value
    Type Description
    IParametricCurve2d

    Properties

    Color

    Declaration
    public Colorf Color { get; set; }
    Property Value
    Type Description
    Colorf

    HasSetColor

    Declaration
    public bool HasSetColor { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Bounds()

    Declaration
    public abstract AxisAlignedBox2d Bounds()
    Returns
    Type Description
    AxisAlignedBox2d

    Clone()

    Declaration
    public abstract PlanarComplex.Element Clone()
    Returns
    Type Description
    PlanarComplex.Element

    copy_to(PlanarComplex.Element)

    Declaration
    protected void copy_to(PlanarComplex.Element new_element)
    Parameters
    Type Name Description
    PlanarComplex.Element new_element

    SegmentItr()

    Declaration
    public abstract IEnumerable<Segment2d> SegmentItr()
    Returns
    Type Description
    IEnumerable<Segment2d>
    In This Article
    Back to top ViRGIS VR GIS