BRL-CAD
face_g_snurb Struct Reference

Face NURBS surface geometry. More...

#include <topology.h>

Collaboration diagram for face_g_snurb:
[legend]

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_tctl_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...
 

Detailed Description

Face NURBS surface geometry.

Definition at line 392 of file topology.h.

Field Documentation

◆ l

struct bu_list l

Definition at line 396 of file topology.h.

◆ f_hd

struct bu_list f_hd

list of faces sharing this surface

Definition at line 397 of file topology.h.

◆ order

int order[2]

surface order [0] = u, [1] = v

Definition at line 398 of file topology.h.

◆ u

struct knot_vector u

surface knot vectors

Definition at line 399 of file topology.h.

◆ v

struct knot_vector v

surface knot vectors

Definition at line 400 of file topology.h.

◆ s_size

int s_size[2]

mesh size, u, v

Definition at line 402 of file topology.h.

◆ pt_type

int pt_type

surface point type

Definition at line 403 of file topology.h.

◆ ctl_points

fastf_t* ctl_points

array [size[0]*size[1]]

Definition at line 404 of file topology.h.

◆ dir

int dir

direction of last refinement

Definition at line 406 of file topology.h.

◆ min_pt

point_t min_pt

min corner of bounding box

Definition at line 407 of file topology.h.

◆ max_pt

point_t max_pt

max corner of bounding box

Definition at line 408 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 410 of file topology.h.


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