Search Results for

    Show / Hide Table of Contents

    Struct Point2d

    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 Point2d

    Constructors

    Point2d(double, double)

    Declaration
    public Point2d(double X, double Y)
    Parameters
    Type Name Description
    double X
    double Y

    Fields

    X

    Declaration
    public double X
    Field Value
    Type Description
    double

    Y

    Declaration
    public double Y
    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