BRL-CAD
|
NMG topological face usage. More...
#include <topology.h>
Data Fields | |
struct bu_list | l |
fu's, in shell's fu_hd list More... | |
struct shell * | s_p |
owning shell More... | |
struct faceuse * | fumate_p |
opposite side of face More... | |
int | orientation |
rel to face geom defn More... | |
int | outside |
RESERVED for future: See Lee Butler. More... | |
struct face * | f_p |
face definition and attributes More... | |
struct bu_list | lu_hd |
list of loops in face-use More... | |
long | index |
struct # in this model More... | |
NMG topological face usage.
Definition at line 230 of file topology.h.
struct bu_list l |
fu's, in shell's fu_hd list
Definition at line 231 of file topology.h.
struct shell* s_p |
owning shell
Definition at line 232 of file topology.h.
struct faceuse* fumate_p |
opposite side of face
Definition at line 233 of file topology.h.
int orientation |
rel to face geom defn
Definition at line 234 of file topology.h.
int outside |
RESERVED for future: See Lee Butler.
Definition at line 235 of file topology.h.
struct face* f_p |
face definition and attributes
Definition at line 236 of file topology.h.
struct bu_list lu_hd |
list of loops in face-use
Definition at line 237 of file topology.h.
long index |
struct # in this model
Definition at line 238 of file topology.h.