Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::nodes::ConeConfig Struct Reference

Public Member Functions

 ConeConfig (float radius_top, float radius_bottom, float depth, int circle_segments, int side_segments, int fill_segments, GeometryNodeMeshCircleFillType fill_type)
 

Public Attributes

float radius_top
 
float radius_bottom
 
float height
 
int circle_segments
 
int side_segments
 
int fill_segments
 
GeometryNodeMeshCircleFillType fill_type
 
bool top_is_point
 
bool bottom_is_point
 
bool top_has_center_vert
 
bool bottom_has_center_vert
 
int tot_quad_rings
 
int tot_edge_rings
 
int tot_verts
 
int tot_edges
 
int tot_corners
 
int tot_faces
 
int first_vert
 
int first_ring_verts_start
 
int last_ring_verts_start
 
int last_vert
 
int first_ring_edges_start
 
int last_ring_edges_start
 
int last_fan_edges_start
 
int last_edge
 
int top_faces_start
 
int top_faces_len
 
int side_faces_start
 
int side_faces_len
 
int bottom_faces_start
 
int bottom_faces_len
 

Detailed Description

Definition at line 18 of file node_geo_mesh_primitive_cone.cc.

Constructor & Destructor Documentation

◆ ConeConfig()

blender::nodes::ConeConfig::ConeConfig ( float  radius_top,
float  radius_bottom,
float  depth,
int  circle_segments,
int  side_segments,
int  fill_segments,
GeometryNodeMeshCircleFillType  fill_type 
)
inline

Member Data Documentation

◆ bottom_faces_len

int blender::nodes::ConeConfig::bottom_faces_len

◆ bottom_faces_start

int blender::nodes::ConeConfig::bottom_faces_start

◆ bottom_has_center_vert

bool blender::nodes::ConeConfig::bottom_has_center_vert

◆ bottom_is_point

bool blender::nodes::ConeConfig::bottom_is_point

◆ circle_segments

int blender::nodes::ConeConfig::circle_segments

◆ fill_segments

int blender::nodes::ConeConfig::fill_segments

◆ fill_type

GeometryNodeMeshCircleFillType blender::nodes::ConeConfig::fill_type

◆ first_ring_edges_start

int blender::nodes::ConeConfig::first_ring_edges_start

◆ first_ring_verts_start

int blender::nodes::ConeConfig::first_ring_verts_start

◆ first_vert

int blender::nodes::ConeConfig::first_vert

◆ height

float blender::nodes::ConeConfig::height

◆ last_edge

int blender::nodes::ConeConfig::last_edge

◆ last_fan_edges_start

int blender::nodes::ConeConfig::last_fan_edges_start

◆ last_ring_edges_start

int blender::nodes::ConeConfig::last_ring_edges_start

◆ last_ring_verts_start

int blender::nodes::ConeConfig::last_ring_verts_start

◆ last_vert

int blender::nodes::ConeConfig::last_vert

◆ radius_bottom

float blender::nodes::ConeConfig::radius_bottom

◆ radius_top

float blender::nodes::ConeConfig::radius_top

◆ side_faces_len

int blender::nodes::ConeConfig::side_faces_len

◆ side_faces_start

int blender::nodes::ConeConfig::side_faces_start

◆ side_segments

int blender::nodes::ConeConfig::side_segments

◆ top_faces_len

int blender::nodes::ConeConfig::top_faces_len

◆ top_faces_start

int blender::nodes::ConeConfig::top_faces_start

Definition at line 55 of file node_geo_mesh_primitive_cone.cc.

◆ top_has_center_vert

bool blender::nodes::ConeConfig::top_has_center_vert

◆ top_is_point

bool blender::nodes::ConeConfig::top_is_point

◆ tot_corners

int blender::nodes::ConeConfig::tot_corners

◆ tot_edge_rings

int blender::nodes::ConeConfig::tot_edge_rings

◆ tot_edges

int blender::nodes::ConeConfig::tot_edges

◆ tot_faces

int blender::nodes::ConeConfig::tot_faces

◆ tot_quad_rings

int blender::nodes::ConeConfig::tot_quad_rings

◆ tot_verts

int blender::nodes::ConeConfig::tot_verts

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