BRL-CAD

#include <radial.h>

Collaboration diagram for nmg_radial:
[legend]

Data Fields

struct bu_list l
 
struct edgeuseeu
 
struct faceusefu
 Derived from eu. More...
 
struct shells
 Derived from eu. More...
 
int existing_flag
 !0 if this eu exists on dest edge More...
 
int is_crack
 This eu is part of a crack. More...
 
int is_outie
 This crack is an "outie". More...
 
int needs_flip
 Insert eumate, not eu. More...
 
fastf_t ang
 angle, in radians. 0 to 2pi More...
 

Detailed Description

Definition at line 38 of file radial.h.

Field Documentation

◆ l

struct bu_list l

Definition at line 39 of file radial.h.

◆ eu

struct edgeuse* eu

Definition at line 40 of file radial.h.

◆ fu

struct faceuse* fu

Derived from eu.

Definition at line 41 of file radial.h.

◆ s

struct shell* s

Derived from eu.

Definition at line 42 of file radial.h.

◆ existing_flag

int existing_flag

!0 if this eu exists on dest edge

Definition at line 43 of file radial.h.

◆ is_crack

int is_crack

This eu is part of a crack.

Definition at line 44 of file radial.h.

◆ is_outie

int is_outie

This crack is an "outie".

Definition at line 45 of file radial.h.

◆ needs_flip

int needs_flip

Insert eumate, not eu.

Definition at line 46 of file radial.h.

◆ ang

fastf_t ang

angle, in radians. 0 to 2pi

Definition at line 47 of file radial.h.


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