Search Results for

    Show / Hide Table of Contents

    Interface ISampledCurve3d

    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ISampledCurve3d

    Properties

    Closed

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

    SegmentCount

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

    VertexCount

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

    Vertices

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

    Methods

    GetSegment(Int32)

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

    GetVertex(Int32)

    Declaration
    Vector3d GetVertex(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector3d
    In This Article
    Back to top ViRGIS VR GIS