Search Results for

    Show / Hide Table of Contents

    Class IWrappedCurve3d

    Simple sampled-curve wrapper type

    Inheritance
    Object
    IWrappedCurve3d
    Implements
    ISampledCurve3d
    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 IWrappedCurve3d : ISampledCurve3d

    Fields

    VertexList

    Declaration
    public IList<Vector3d> VertexList
    Field Value
    Type Description
    IList<Vector3d>

    Properties

    Closed

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

    SegmentCount

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

    VertexCount

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

    Vertices

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

    Methods

    GetSegment(Int32)

    Declaration
    public Segment3d GetSegment(int iSegment)
    Parameters
    Type Name Description
    Int32 iSegment
    Returns
    Type Description
    Segment3d

    GetVertex(Int32)

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

    Implements

    ISampledCurve3d
    In This Article
    Back to top ViRGIS VR GIS