NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
NXOpen::CAE::ViewLayoutManager::ViewXY Struct Reference

Represents x and y bounds of a particular view. More...

Public Member Functions

 ViewXY (double xMinInitial, double xMaxInitial, double yMinInitial, double yMaxInitial)
 Constructor for the ViewXY struct. More...
 

Public Attributes

double XMax
 x max More...
 
double XMin
 x min More...
 
double YMax
 y max More...
 
double YMin
 y min More...
 

Detailed Description

Represents x and y bounds of a particular view.

The x and y bounds of view range from -1.0 to 1.0.


Created in NX12.0.0.

Constructor & Destructor Documentation

NXOpen::CAE::ViewLayoutManager::ViewXY::ViewXY ( double  xMinInitial,
double  xMaxInitial,
double  yMinInitial,
double  yMaxInitial 
)

Constructor for the ViewXY struct.

Parameters
xMinInitialx min
xMaxInitialx max
yMinInitialy min
yMaxInitialy max

Member Data Documentation

double NXOpen::CAE::ViewLayoutManager::ViewXY::XMax

x max

double NXOpen::CAE::ViewLayoutManager::ViewXY::XMin

x min

double NXOpen::CAE::ViewLayoutManager::ViewXY::YMax

y max

double NXOpen::CAE::ViewLayoutManager::ViewXY::YMin

y min


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