BRL-CAD
wdb_pipe_pnt Struct Reference

#include <geom.h>

Collaboration diagram for wdb_pipe_pnt:
[legend]

Data Fields

struct bu_list l
 doubly linked list support More...
 
point_t pp_coord
 "control" point for pipe solid More...
 
fastf_t pp_id
 inner diam, <=0 if solid (wire) More...
 
fastf_t pp_od
 pipe outer diam More...
 
fastf_t pp_bendradius
 bend radius to use for a bend at this point More...
 

Detailed Description

Definition at line 428 of file geom.h.

Field Documentation

◆ l

struct bu_list l

doubly linked list support

Definition at line 429 of file geom.h.

◆ pp_coord

point_t pp_coord

"control" point for pipe solid

Definition at line 430 of file geom.h.

◆ pp_id

fastf_t pp_id

inner diam, <=0 if solid (wire)

Definition at line 431 of file geom.h.

◆ pp_od

fastf_t pp_od

pipe outer diam

Definition at line 432 of file geom.h.

◆ pp_bendradius

fastf_t pp_bendradius

bend radius to use for a bend at this point

Definition at line 433 of file geom.h.


The documentation for this struct was generated from the following file: