docs.unity3d.com
Version: 

    Class GetNURBSSurfaceDefinitionReturn

    Inheritance
    object
    GetNURBSSurfaceDefinitionReturn
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.CAD
    Syntax
    [Serializable]
    public class GetNURBSSurfaceDefinitionReturn

    Constructors

    GetNURBSSurfaceDefinitionReturn()

    Declaration
    public GetNURBSSurfaceDefinitionReturn()

    GetNURBSSurfaceDefinitionReturn(GetNURBSSurfaceDefinitionReturn)

    Declaration
    public GetNURBSSurfaceDefinitionReturn(GetNURBSSurfaceDefinitionReturn o)
    Parameters
    Type Name Description
    GetNURBSSurfaceDefinitionReturn o

    Fields

    degreeU

    Declaration
    public int degreeU
    Field Value
    Type Description
    int

    degreeV

    Declaration
    public int degreeV
    Field Value
    Type Description
    int

    knotsU

    Declaration
    public DoubleList knotsU
    Field Value
    Type Description
    DoubleList

    knotsV

    Declaration
    public DoubleList knotsV
    Field Value
    Type Description
    DoubleList

    poles

    Declaration
    public Point3ListList poles
    Field Value
    Type Description
    Point3ListList

    weights

    Declaration
    public DoubleListList weights
    Field Value
    Type Description
    DoubleListList
    Version 2024.2.2.3
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.