Blender V4.3
BevList Struct Reference

#include <DNA_curve_types.h>

Public Attributes

struct BevListnext
 
struct BevListprev
 
int nr
 
int dupe_nr
 
int poly
 
int hole
 
int charidx
 
intsegbevcount
 
floatseglen
 
BevPointbevpoints
 

Detailed Description

Definition at line 45 of file DNA_curve_types.h.

Member Data Documentation

◆ bevpoints

◆ charidx

int BevList::charidx

Definition at line 51 of file DNA_curve_types.h.

Referenced by BKE_curve_bevelList_make().

◆ dupe_nr

int BevList::dupe_nr

Definition at line 47 of file DNA_curve_types.h.

Referenced by BKE_curve_bevelList_make().

◆ hole

int BevList::hole

Definition at line 50 of file DNA_curve_types.h.

Referenced by BKE_curve_bevelList_make().

◆ next

◆ nr

◆ poly

◆ prev

struct BevList * BevList::prev

Definition at line 46 of file DNA_curve_types.h.

◆ segbevcount

int* BevList::segbevcount

Definition at line 52 of file DNA_curve_types.h.

Referenced by BKE_curve_bevelList_make(), and calc_bevfac_segment_mapping().

◆ seglen

float* BevList::seglen

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