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

Used in the YBC bend reports. More...

Public Member Functions

 YbcReport (double yInitial, double bInitial, double cInitial, double radiusInitial)
 Constructor for the YbcReport struct. More...
 

Public Attributes

double B
 The rotation angle in degrees about the Y axis of the stock. More...
 
double C
 The rotation angle in degrees about the Z axis of the stock. More...
 
double Radius
 Radius of the bend. More...
 
double Y
 The length along the stock before the bend. More...
 

Detailed Description

Used in the YBC bend reports.

The last bend value isn't actually a bend. The only valid value is the Y value, which is the length after the last bend. All values are relative, meaning they are calculated from the previous bend. So if bend1 has B value of 90 degrees and bend2 has a B value of 90 degrees, then the pipe has rotated 180 degrees about the Y axis.

Constructor & Destructor Documentation

NXOpen::Routing::BendReportManager::YbcReport::YbcReport ( double  yInitial,
double  bInitial,
double  cInitial,
double  radiusInitial 
)

Constructor for the YbcReport struct.

Parameters
yInitialThe length along the stock before the bend.
bInitialThe rotation angle in degrees about the Y axis of the stock.
cInitialThe rotation angle in degrees about the Z axis of the stock.
radiusInitialRadius of the bend.

Member Data Documentation

double NXOpen::Routing::BendReportManager::YbcReport::B

The rotation angle in degrees about the Y axis of the stock.

double NXOpen::Routing::BendReportManager::YbcReport::C

The rotation angle in degrees about the Z axis of the stock.

double NXOpen::Routing::BendReportManager::YbcReport::Radius

Radius of the bend.

double NXOpen::Routing::BendReportManager::YbcReport::Y

The length along the stock before the bend.


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