#include <wdb.h>
Collaboration diagram for wdb_pipept:

Data Fields | |
| bu_list | l |
| doubly linked list support | |
| point_t | pp_coord |
| "control" point for pipe solid | |
| fastf_t | pp_id |
| inner diam, <=0 if solid (wire) | |
| fastf_t | pp_od |
| pipe outer diam | |
| fastf_t | pp_bendradius |
| bend radius to use for a bend at this point | |
Definition at line 122 of file wdb.h.
|
|
doubly linked list support
Definition at line 123 of file wdb.h. Referenced by rt_pipe_ck(), rt_pipe_ifree(), rt_pipe_import(), rt_pipe_import5(), rt_pipe_plot(), rt_pipe_prep(), rt_pipe_tcladjust(), rt_pipe_tess(), rt_vls_pipept(), and tesselate_pipe_start(). |
|
|
"control" point for pipe solid
Definition at line 124 of file wdb.h. Referenced by rt_pipe_ck(), rt_pipe_describe(), rt_pipe_export(), rt_pipe_export5(), rt_pipe_import(), rt_pipe_import5(), rt_pipe_plot(), rt_pipe_prep(), rt_pipe_tcladjust(), rt_pipe_tess(), rt_pipept_print(), rt_vls_pipept(), and tesselate_pipe_start(). |
|
|
inner diam, <=0 if solid (wire)
Definition at line 125 of file wdb.h. Referenced by rt_pipe_describe(), rt_pipe_export(), rt_pipe_export5(), rt_pipe_import(), rt_pipe_import5(), rt_pipe_plot(), rt_pipe_prep(), rt_pipe_tcladjust(), rt_pipe_tess(), rt_pipept_print(), rt_vls_pipept(), tesselate_pipe_end(), and tesselate_pipe_start(). |
|
|
pipe outer diam
Definition at line 126 of file wdb.h. Referenced by rt_pipe_ck(), rt_pipe_describe(), rt_pipe_export(), rt_pipe_export5(), rt_pipe_import(), rt_pipe_import5(), rt_pipe_plot(), rt_pipe_prep(), rt_pipe_tcladjust(), rt_pipe_tess(), rt_pipept_print(), rt_vls_pipept(), and tesselate_pipe_start(). |
|
|
bend radius to use for a bend at this point
Definition at line 127 of file wdb.h. Referenced by rt_pipe_ck(), rt_pipe_describe(), rt_pipe_export(), rt_pipe_export5(), rt_pipe_import(), rt_pipe_import5(), rt_pipe_plot(), rt_pipe_prep(), rt_pipe_tcladjust(), rt_pipe_tess(), rt_pipept_print(), and rt_vls_pipept(). |
1.4.6