BRL-CAD
nmgregion Struct Reference

NMG topological region. More...

#include <topology.h>

Collaboration diagram for nmgregion:
[legend]

Data Fields

struct bu_list l
 regions, in model's r_hd list More...
 
struct modelm_p
 owning model More...
 
struct nmgregion_ara_p
 attributes More...
 
struct bu_list s_hd
 list of shells in region More...
 
long index
 struct # in this model More...
 

Detailed Description

NMG topological region.

Definition at line 277 of file topology.h.

Field Documentation

◆ l

struct bu_list l

regions, in model's r_hd list

Definition at line 278 of file topology.h.

◆ m_p

struct model* m_p

owning model

Definition at line 279 of file topology.h.

◆ ra_p

struct nmgregion_a* ra_p

attributes

Definition at line 280 of file topology.h.

◆ s_hd

struct bu_list s_hd

list of shells in region

Definition at line 281 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 282 of file topology.h.


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