BRL-CAD
Loading...
Searching...
No Matches
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
 
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
 

Detailed Description

Definition at line 434 of file geom.h.

Field Documentation

◆ l

struct bu_list l

doubly linked list support

Definition at line 435 of file geom.h.

◆ pp_coord

point_t pp_coord

"control" point for pipe solid

Definition at line 436 of file geom.h.

◆ pp_id

fastf_t pp_id

inner diam, <=0 if solid (wire)

Definition at line 437 of file geom.h.

◆ pp_od

fastf_t pp_od

pipe outer diam

Definition at line 438 of file geom.h.

◆ pp_bendradius

fastf_t pp_bendradius

bend radius to use for a bend at this point

Definition at line 439 of file geom.h.


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