Version: 13.0

    Show / Hide Table of Contents

    Enum BasicCurveTypes

    Namespace: SMT.MastaAPI.Geometry.TwoD.Curves
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("09bf7c97-1d2d-6152-06b1-f7b0f3cce401")]
    [ApiEnumFor("SMT.Geometry.TwoD.Curves.BasicCurveTypes, SMT.Geometry")]
    public enum BasicCurveTypes

    Fields

    Name Description
    Arc

    Arc

    CatmullRom

    Catmull-Rom

    Cubic

    Cubic

    Elliptic

    Elliptic

    HelicoidInvolute

    Helicoid Involute

    Involute

    Involute

    Linear

    Linear

    None

    None

    Parabolic

    Parabolic

    TurningPoint

    Turning Point

    Back to top