BRL-CAD
Loading...
Searching...
No Matches

NMG topological face. More...

#include <topology.h>

Collaboration diagram for face:
[legend]

Data Fields

struct bu_list l
 faces in face_g's f_hd list
 
struct faceusefu_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
 

Detailed Description

NMG topological face.

Definition at line 210 of file topology.h.

Field Documentation

◆ l

struct bu_list l

faces in face_g's f_hd list

Definition at line 211 of file topology.h.

◆ fu_p

struct faceuse* fu_p

Ptr up to one use of this face.

Definition at line 212 of file topology.h.

◆ magic_p

uint32_t* magic_p

Definition at line 214 of file topology.h.

◆ plane_p

struct face_g_plane* plane_p

Definition at line 215 of file topology.h.

◆ snurb_p

struct face_g_snurb* snurb_p

Definition at line 216 of file topology.h.

◆ [union]

union { ... } g

geometry

◆ flip

int flip

!0 ==> flip normal of fg

Definition at line 218 of file topology.h.

◆ min_pt

point_t min_pt

minimums of bounding box

Definition at line 221 of file topology.h.

◆ max_pt

point_t max_pt

maximums of bounding box

Definition at line 222 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 223 of file topology.h.


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