NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Point2d Struct Reference

Represents two-dimensional cartesian coordinates for a point
Created in NX6.0.0. More...

Public Member Functions

 Point2d (double xInitial, double yInitial)
 Constructor for the Point2d struct. More...
 

Public Attributes

double X
 x More...
 
double Y
 y More...
 

Detailed Description

Represents two-dimensional cartesian coordinates for a point
Created in NX6.0.0.


Constructor & Destructor Documentation

NXOpen::Point2d::Point2d ( double  xInitial,
double  yInitial 
)

Constructor for the Point2d struct.

Parameters
xInitialx
yInitialy

Member Data Documentation

double NXOpen::Point2d::X

x

double NXOpen::Point2d::Y

y


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.