Blender  V3.3
Public Attributes | List of all members
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
 
int * segbevcount
 
floatseglen
 
BevPointbevpoints
 

Detailed Description

Definition at line 47 of file DNA_curve_types.h.

Member Data Documentation

◆ bevpoints

BevPoint* BevList::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 49 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

struct BevList* BevList::next

◆ nr

int BevList::nr

◆ poly

int BevList::poly

◆ prev

struct BevList * BevList::prev

Definition at line 48 of file DNA_curve_types.h.

◆ segbevcount

int* BevList::segbevcount

◆ seglen

float* BevList::seglen

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