docs.unity3d.com
Version: 

    Class GetTorusSurfaceDefinitionReturn

    Inheritance
    object
    GetTorusSurfaceDefinitionReturn
    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 GetTorusSurfaceDefinitionReturn

    Constructors

    GetTorusSurfaceDefinitionReturn()

    Declaration
    public GetTorusSurfaceDefinitionReturn()

    GetTorusSurfaceDefinitionReturn(GetTorusSurfaceDefinitionReturn)

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

    Fields

    majorRadius

    Declaration
    public double majorRadius
    Field Value
    Type Description
    double

    matrix

    Declaration
    public Matrix4 matrix
    Field Value
    Type Description
    Matrix4

    minorRadius

    Declaration
    public double minorRadius
    Field Value
    Type Description
    double

    type

    Declaration
    public int type
    Field Value
    Type Description
    int
    Version 2024.3.0.10
    • 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.