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

Used in the MIL-D-9898 C specification reports. More...

Public Member Functions

 Mil98Report (double cInitial, double fInitial, double eInitial, double gInitial, double yInitial)
 Constructor for the Mil98Report struct. More...
 

Public Attributes

double C
 The distance before the bend, from the start of the cable to the beginning point of the bend. More...
 
double E
 The turn angle, this is the angle about the Y axis, relative to initial position (cumulation of the B value in YBC). More...
 
double F
 The radius of the bend. More...
 
double G
 The bend angle. More...
 
double Y
 The Y value from the YBC format. More...
 

Detailed Description

Used in the MIL-D-9898 C specification reports.

All values are absolute and cumulative. See MIL-D-9898C for more information.

Constructor & Destructor Documentation

NXOpen::Routing::BendReportManager::Mil98Report::Mil98Report ( double  cInitial,
double  fInitial,
double  eInitial,
double  gInitial,
double  yInitial 
)

Constructor for the Mil98Report struct.

Parameters
cInitialThe distance before the bend, from the start of the cable to the beginning point of the bend.
fInitialThe radius of the bend.
eInitialThe turn angle, this is the angle about the Y axis, relative to initial position (cumulation of the B value in YBC).
gInitialThe bend angle. (The C value in YBC).
yInitialThe Y value from the YBC format.

Member Data Documentation

double NXOpen::Routing::BendReportManager::Mil98Report::C

The distance before the bend, from the start of the cable to the beginning point of the bend.

double NXOpen::Routing::BendReportManager::Mil98Report::E

The turn angle, this is the angle about the Y axis, relative to initial position (cumulation of the B value in YBC).

double NXOpen::Routing::BendReportManager::Mil98Report::F

The radius of the bend.

double NXOpen::Routing::BendReportManager::Mil98Report::G

The bend angle.

(The C value in YBC).

double NXOpen::Routing::BendReportManager::Mil98Report::Y

The Y value from the YBC format.


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