BRL-CAD
faceuse Struct Reference

NMG topological face usage. More...

#include <topology.h>

Collaboration diagram for faceuse:
[legend]

Data Fields

struct bu_list l
 fu's, in shell's fu_hd list More...
 
struct shells_p
 owning shell More...
 
struct faceusefumate_p
 opposite side of face More...
 
int orientation
 rel to face geom defn More...
 
int outside
 RESERVED for future: See Lee Butler. More...
 
struct facef_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...
 

Detailed Description

NMG topological face usage.

Definition at line 230 of file topology.h.

Field Documentation

◆ l

struct bu_list l

fu's, in shell's fu_hd list

Definition at line 216 of file topology.h.

◆ s_p

struct shell* s_p

owning shell

Definition at line 232 of file topology.h.

◆ fumate_p

struct faceuse* fumate_p

opposite side of face

Definition at line 233 of file topology.h.

◆ orientation

int orientation

rel to face geom defn

Definition at line 234 of file topology.h.

◆ outside

int outside

RESERVED for future: See Lee Butler.

Definition at line 235 of file topology.h.

◆ f_p

struct face* f_p

face definition and attributes

Definition at line 236 of file topology.h.

◆ lu_hd

struct bu_list lu_hd

list of loops in face-use

Definition at line 236 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 238 of file topology.h.


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