Blender V5.0
blender::nodes::node_geo_input_mesh_edge_vertices_cc Namespace Reference

Classes

class  EdgeVertsInput
class  EdgePositionFieldInput

Enumerations

enum class  VertNumber { V1 , V2 }

Functions

static void node_declare (NodeDeclarationBuilder &b)
static VArray< int > construct_edge_verts_gvarray (const Mesh &mesh, const VertNumber vertex, const AttrDomain domain)
static VArray< float3construct_edge_positions_gvarray (const Mesh &mesh, const VertNumber vertex, const AttrDomain domain)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Enumeration Type Documentation

◆ VertNumber

Enumerator
V1 
V2 

Definition at line 27 of file node_geo_input_mesh_edge_vertices.cc.

Function Documentation

◆ construct_edge_positions_gvarray()

VArray< float3 > blender::nodes::node_geo_input_mesh_edge_vertices_cc::construct_edge_positions_gvarray ( const Mesh & mesh,
const VertNumber vertex,
const AttrDomain domain )
static

◆ construct_edge_verts_gvarray()

VArray< int > blender::nodes::node_geo_input_mesh_edge_vertices_cc::construct_edge_verts_gvarray ( const Mesh & mesh,
const VertNumber vertex,
const AttrDomain domain )
static

◆ node_declare()

void blender::nodes::node_geo_input_mesh_edge_vertices_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_geo_exec()

void blender::nodes::node_geo_input_mesh_edge_vertices_cc::node_geo_exec ( GeoNodeExecParams params)
static

Definition at line 140 of file node_geo_input_mesh_edge_vertices.cc.

References params, V1, and V2.

Referenced by node_register().

◆ node_register()