BRL-CAD
|
NMG topological face. More...
#include <topology.h>
Data Fields | ||
struct bu_list | l | |
faces in face_g's f_hd list | ||
struct faceuse * | fu_p | |
Ptr up to one use of this face. | ||
union { | ||
uint32_t * magic_p | ||
struct face_g_plane * plane_p | ||
struct face_g_snurb * snurb_p | ||
} | g | |
geometry | ||
int | flip | |
!0 ==> flip normal of fg | ||
point_t | min_pt | |
minimums of bounding box | ||
point_t | max_pt | |
maximums of bounding box | ||
long | index | |
struct # in this model | ||
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.