docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateNURBSSurface

    CreateNURBSSurface(int, int, DoubleList, DoubleList, Point3List, DoubleList)

    Create a new NURBS surface

    Declaration
    public uint CreateNURBSSurface(int degreeU, int degreeV, DoubleList knotsU, DoubleList knotsV, Point3List poles, DoubleList weights = null)
    Parameters
    Type Name Description
    int degreeU

    U degree

    int degreeV

    V degree

    DoubleList knotsU

    Knots on U

    DoubleList knotsV

    Knots on V

    Point3List poles

    Poles list

    DoubleList weights

    Weights list

    Returns
    Type Description
    uint
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)