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

Used in the XYZ bend reports. More...

Public Member Functions

 XyzReport (double xcInitial, double ycInitial, double zcInitial, double radiusInitial)
 Constructor for the XyzReport struct. More...
 

Public Attributes

double Radius
 Radius of the bend. More...
 
double Xc
 X position of bend Routing::ControlPoint in work coordinates. More...
 
double Yc
 Y position of bend Routing::ControlPoint in work coordinates. More...
 
double Zc
 Z position of bend Routing::ControlPoint in work coordinates. More...
 

Detailed Description

Used in the XYZ bend reports.

The first bend value is at one end point of the stock body and the last bend value is at the other end point of the stock body. The other bend values are the location in work coordinates of the bend Routing::ControlPoint s associated with each bend or the location of where the bend Routing::ControlPoint s would be if they existed.

Constructor & Destructor Documentation

NXOpen::Routing::BendReportManager::XyzReport::XyzReport ( double  xcInitial,
double  ycInitial,
double  zcInitial,
double  radiusInitial 
)

Constructor for the XyzReport struct.

Parameters
xcInitialX position of bend Routing::ControlPoint in work coordinates.
ycInitialY position of bend Routing::ControlPoint in work coordinates.
zcInitialZ position of bend Routing::ControlPoint in work coordinates.
radiusInitialRadius of the bend.

Member Data Documentation

double NXOpen::Routing::BendReportManager::XyzReport::Radius

Radius of the bend.

double NXOpen::Routing::BendReportManager::XyzReport::Xc

X position of bend Routing::ControlPoint in work coordinates.

double NXOpen::Routing::BendReportManager::XyzReport::Yc

Y position of bend Routing::ControlPoint in work coordinates.

double NXOpen::Routing::BendReportManager::XyzReport::Zc

Z position of bend Routing::ControlPoint in work coordinates.


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