Search Results for

    Show / Hide Table of Contents

    Class PolyLine3d

    Inheritance
    Object
    PolyLine3d
    Implements
    IEnumerable<Vector3d>
    IEnumerable
    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 class PolyLine3d : IEnumerable<Vector3d>, IEnumerable

    Constructors

    PolyLine3d()

    Declaration
    public PolyLine3d()

    PolyLine3d(PolyLine3d)

    Declaration
    public PolyLine3d(PolyLine3d copy)
    Parameters
    Type Name Description
    PolyLine3d copy

    PolyLine3d(Vector3d[])

    Declaration
    public PolyLine3d(Vector3d[] v)
    Parameters
    Type Name Description
    Vector3d[] v

    PolyLine3d(VectorArray3d)

    Declaration
    public PolyLine3d(VectorArray3d v)
    Parameters
    Type Name Description
    VectorArray3d v

    Fields

    Timestamp

    Declaration
    public int Timestamp
    Field Value
    Type Description
    Int32

    vertices

    Declaration
    protected List<Vector3d> vertices
    Field Value
    Type Description
    List<Vector3d>

    Properties

    End

    Declaration
    public Vector3d End { get; }
    Property Value
    Type Description
    Vector3d

    Item[Int32]

    Declaration
    public Vector3d this[int key] { get; set; }
    Parameters
    Type Name Description
    Int32 key
    Property Value
    Type Description
    Vector3d

    Start

    Declaration
    public Vector3d Start { get; }
    Property Value
    Type Description
    Vector3d

    VertexCount

    Declaration
    public int VertexCount { get; }
    Property Value
    Type Description
    Int32

    Vertices

    Declaration
    public ReadOnlyCollection<Vector3d> Vertices { get; }
    Property Value
    Type Description
    ReadOnlyCollection<Vector3d>

    Methods

    AppendVertex(Vector3d)

    Declaration
    public void AppendVertex(Vector3d v)
    Parameters
    Type Name Description
    Vector3d v

    GetBounds()

    Declaration
    public AxisAlignedBox3d GetBounds()
    Returns
    Type Description
    AxisAlignedBox3d

    GetEnumerator()

    Declaration
    public IEnumerator<Vector3d> GetEnumerator()
    Returns
    Type Description
    IEnumerator<Vector3d>

    GetTangent(Int32)

    Declaration
    public Vector3d GetTangent(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector3d

    SegmentItr()

    Declaration
    public IEnumerable<Segment3d> SegmentItr()
    Returns
    Type Description
    IEnumerable<Segment3d>

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    In This Article
    Back to top ViRGIS VR GIS