Struct Point2d
Inherited Members
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 |