Search Results for

    Show / Hide Table of Contents

    Class CurveSampler2

    Inheritance
    Object
    CurveSampler2
    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 static class CurveSampler2

    Methods

    AutoSample(IParametricCurve2d, Double, Double)

    Declaration
    public static VectorArray2d AutoSample(IParametricCurve2d curve, double fSpacingLength, double fSpacingT)
    Parameters
    Type Name Description
    IParametricCurve2d curve
    Double fSpacingLength
    Double fSpacingT
    Returns
    Type Description
    VectorArray2d

    AutoSample(ParametricCurveSequence2, Double, Double)

    Declaration
    public static VectorArray2d AutoSample(ParametricCurveSequence2 curves, double fSpacingLength, double fSpacingT)
    Parameters
    Type Name Description
    ParametricCurveSequence2 curves
    Double fSpacingLength
    Double fSpacingT
    Returns
    Type Description
    VectorArray2d

    SampleArcLen(IParametricCurve2d, Double)

    Declaration
    public static VectorArray2d SampleArcLen(IParametricCurve2d curve, double fSpacing)
    Parameters
    Type Name Description
    IParametricCurve2d curve
    Double fSpacing
    Returns
    Type Description
    VectorArray2d

    SampleNURBSHybrid(NURBSCurve2, Double)

    Declaration
    public static VectorArray2d SampleNURBSHybrid(NURBSCurve2 curve, double fSpacing)
    Parameters
    Type Name Description
    NURBSCurve2 curve
    Double fSpacing
    Returns
    Type Description
    VectorArray2d

    SampleT(IParametricCurve2d, Double)

    Declaration
    public static VectorArray2d SampleT(IParametricCurve2d curve, double fSpacing)
    Parameters
    Type Name Description
    IParametricCurve2d curve
    Double fSpacing
    Returns
    Type Description
    VectorArray2d

    SampleT(IParametricCurve2d, Int32)

    Declaration
    public static VectorArray2d SampleT(IParametricCurve2d curve, int N)
    Parameters
    Type Name Description
    IParametricCurve2d curve
    Int32 N
    Returns
    Type Description
    VectorArray2d

    SampleTRange(IParametricCurve2d, Int32, Double, Double)

    Declaration
    public static VectorArray2d SampleTRange(IParametricCurve2d curve, int N, double t0, double t1)
    Parameters
    Type Name Description
    IParametricCurve2d curve
    Int32 N
    Double t0
    Double t1
    Returns
    Type Description
    VectorArray2d
    In This Article
    Back to top ViRGIS VR GIS