Blender V5.0
NewFaceRef Struct Reference

Public Attributes

blender::IndexRange face = {}
uint index = 0
bool reversed = false
NewEdgeRef ** link_edges = nullptr

Detailed Description

Definition at line 80 of file MOD_solidify_nonmanifold.cc.

Member Data Documentation

◆ face

blender::IndexRange NewFaceRef::face = {}

Definition at line 81 of file MOD_solidify_nonmanifold.cc.

Referenced by MOD_solidify_nonmanifold_modifyMesh().

◆ index

uint NewFaceRef::index = 0

Definition at line 82 of file MOD_solidify_nonmanifold.cc.

Referenced by MOD_solidify_nonmanifold_modifyMesh().

◆ link_edges

NewEdgeRef** NewFaceRef::link_edges = nullptr

Definition at line 84 of file MOD_solidify_nonmanifold.cc.

Referenced by MOD_solidify_nonmanifold_modifyMesh().

◆ reversed

bool NewFaceRef::reversed = false

Definition at line 83 of file MOD_solidify_nonmanifold.cc.

Referenced by MOD_solidify_nonmanifold_modifyMesh().


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