editor › Globals › ExtrusionDirection
Enumeration: ExtrusionDirection
Defines in which direction the top and surfaces get extruded, meaning what values their points' z-coordinates get.
Index
Enumeration members
Enumeration members
BOTH
• BOTH: = "both"
Defined in src/util/PlateRenderSurfaceExtruder.ts:14
Both: the top surface's points' z-values will be set to +extrusionHeight/2 and the bottom surface to -extrusionHeight/2
DOWN
• DOWN: = "down"
Defined in src/util/PlateRenderSurfaceExtruder.ts:20
Only to bottom surface will be lowered to -extrusionHeight
UP
• UP: = "up"
Defined in src/util/PlateRenderSurfaceExtruder.ts:17
Only the top surface will be lifted to +extrusionHeight