Home
last modified time | relevance | path

Searched defs:wall_idx (Results 1 – 6 of 6) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Dbcheck.lua17 function bcheck.wall_idx(wallnum) function
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A Dskin.cpp97 …illAreaComputation::getWalls(const SliceLayerPart& part_here, int layer2_nr, unsigned int wall_idx) in getWalls()
124 for (int wall_idx = wall_line_count; wall_idx > 0; wall_idx--) in getReferenceWallIdx() local
525 const size_t wall_idx = std::min(size_t(2), mesh.settings.get<size_t>("wall_line_count")); in generateNoAirAbove() local
H A DInsetOrderOptimizer.cpp429 for (unsigned int wall_idx : orderOptimizer.polyOrder) in processOuterWallInsets() local
H A Dinfill.cpp77 for (size_t wall_idx = 0; wall_idx < wall_line_count; wall_idx++) in generate() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dexterns.h54 unsigned short wall_idx; member
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_wall2.py1270 def add_child(self, name, wall_idx, pos, flip): argument