BRL-CAD
Loading...
Searching...
No Matches
rt_extrude_internal Struct Reference

#include <geom.h>

Collaboration diagram for rt_extrude_internal:
[legend]

Data Fields

uint32_t magic
 
point_t V
 vertex, start and end point of loop to be extruded
 
vect_t h
 extrusion vector, may not be in (u_vec X v_vec) plane
 
vect_t u_vec
 vector in U parameter direction
 
vect_t v_vec
 vector in V parameter direction
 
int keypoint
 DEPRECATED (UNUSED): index of keypoint vertex.
 
charsketch_name
 name of sketch object that defines the curve to be extruded
 
struct rt_sketch_internalskt
 pointer to referenced sketch
 

Detailed Description

Definition at line 723 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 725 of file geom.h.

◆ V

vertex, start and end point of loop to be extruded

Definition at line 726 of file geom.h.

◆ h

vect_t h

extrusion vector, may not be in (u_vec X v_vec) plane

Definition at line 727 of file geom.h.

◆ u_vec

vect_t u_vec

vector in U parameter direction

Definition at line 728 of file geom.h.

◆ v_vec

vect_t v_vec

vector in V parameter direction

Definition at line 729 of file geom.h.

◆ keypoint

int keypoint

DEPRECATED (UNUSED): index of keypoint vertex.

Definition at line 730 of file geom.h.

◆ sketch_name

char* sketch_name

name of sketch object that defines the curve to be extruded

Definition at line 731 of file geom.h.

◆ skt

struct rt_sketch_internal* skt

pointer to referenced sketch

Definition at line 732 of file geom.h.


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