BRL-CAD
|
Face NURBS surface geometry. More...
#include <topology.h>
Data Fields | |
struct bu_list | l |
struct bu_list | f_hd |
list of faces sharing this surface More... | |
int | order [2] |
surface order [0] = u, [1] = v More... | |
struct knot_vector | u |
surface knot vectors More... | |
struct knot_vector | v |
surface knot vectors More... | |
int | s_size [2] |
mesh size, u, v More... | |
int | pt_type |
surface point type More... | |
fastf_t * | ctl_points |
array [size[0]*size[1]] More... | |
int | dir |
direction of last refinement More... | |
point_t | min_pt |
min corner of bounding box More... | |
point_t | max_pt |
max corner of bounding box More... | |
long | index |
struct # in this model More... | |
Face NURBS surface geometry.
Definition at line 392 of file topology.h.
struct bu_list l |
Definition at line 396 of file topology.h.
struct bu_list f_hd |
list of faces sharing this surface
Definition at line 397 of file topology.h.
int order[2] |
surface order [0] = u, [1] = v
Definition at line 398 of file topology.h.
struct knot_vector u |
surface knot vectors
Definition at line 399 of file topology.h.
struct knot_vector v |
surface knot vectors
Definition at line 400 of file topology.h.
int s_size[2] |
mesh size, u, v
Definition at line 402 of file topology.h.
int pt_type |
surface point type
Definition at line 403 of file topology.h.
fastf_t* ctl_points |
array [size[0]*size[1]]
Definition at line 404 of file topology.h.
int dir |
direction of last refinement
Definition at line 406 of file topology.h.
point_t min_pt |
min corner of bounding box
Definition at line 407 of file topology.h.
point_t max_pt |
max corner of bounding box
Definition at line 408 of file topology.h.
long index |
struct # in this model
Definition at line 410 of file topology.h.