BRL-CAD
|
NMG topological face. More...
#include <topology.h>
Data Fields | |
struct bu_list | l |
faces in face_g's f_hd list More... | |
struct faceuse * | fu_p |
Ptr up to one use of this face. More... | |
union { | |
uint32_t * magic_p | |
struct face_g_plane * plane_p | |
struct face_g_snurb * snurb_p | |
} | g |
geometry More... | |
int | flip |
!0 ==> flip normal of fg More... | |
point_t | min_pt |
minimums of bounding box More... | |
point_t | max_pt |
maximums of bounding box More... | |
long | index |
struct # in this model More... | |
NMG topological face.
Definition at line 210 of file topology.h.
struct bu_list l |
faces in face_g's f_hd list
Definition at line 211 of file topology.h.
struct faceuse* fu_p |
Ptr up to one use of this face.
Definition at line 212 of file topology.h.
uint32_t* magic_p |
Definition at line 214 of file topology.h.
struct face_g_plane* plane_p |
Definition at line 215 of file topology.h.
struct face_g_snurb* snurb_p |
Definition at line 216 of file topology.h.
union { ... } g |
geometry
int flip |
!0 ==> flip normal of fg
Definition at line 218 of file topology.h.
point_t min_pt |
minimums of bounding box
Definition at line 221 of file topology.h.
point_t max_pt |
maximums of bounding box
Definition at line 222 of file topology.h.
long index |
struct # in this model
Definition at line 223 of file topology.h.