Search Results for

    Show / Hide Table of Contents

    Struct Point4d

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public struct Point4d

    Fields

    W

    Declaration
    public double W
    Field Value
    Type Description
    double

    X

    Declaration
    public double X
    Field Value
    Type Description
    double

    Y

    Declaration
    public double Y
    Field Value
    Type Description
    double

    Z

    Declaration
    public double Z
    Field Value
    Type Description
    double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX