Search Results for

    Show / Hide Table of Contents

    Class InPlaceIterativeCurveSmooth

    Inheritance
    Object
    InPlaceIterativeCurveSmooth
    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 InPlaceIterativeCurveSmooth

    Constructors

    InPlaceIterativeCurveSmooth()

    Declaration
    public InPlaceIterativeCurveSmooth()

    InPlaceIterativeCurveSmooth(DCurve3, Single)

    Declaration
    public InPlaceIterativeCurveSmooth(DCurve3 curve, float alpha = 0.25F)
    Parameters
    Type Name Description
    DCurve3 curve
    Single alpha

    Properties

    Alpha

    Declaration
    public float Alpha { get; set; }
    Property Value
    Type Description
    Single

    Curve

    Declaration
    public DCurve3 Curve { get; set; }
    Property Value
    Type Description
    DCurve3

    End

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

    Start

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

    Methods

    UpdateDeformation(Int32)

    Declaration
    public void UpdateDeformation(int nIterations = 1)
    Parameters
    Type Name Description
    Int32 nIterations

    UpdateDeformation_Closed(Int32)

    Declaration
    public void UpdateDeformation_Closed(int nIterations = 1)
    Parameters
    Type Name Description
    Int32 nIterations

    UpdateDeformation_Open(Int32)

    Declaration
    public void UpdateDeformation_Open(int nIterations = 1)
    Parameters
    Type Name Description
    Int32 nIterations
    In This Article
    Back to top ViRGIS VR GIS