Fix: Add Mesh Extra Objects: dual tetrahedron is sometimes flipped #105127
@ -158,8 +158,6 @@ def createSolid(plato, vtrunc, etrunc, dual, snub):
|
||||
if vtrunc == 0: # no truncation needed
|
||||
if dual:
|
||||
vInput, fInput = source(plato)
|
||||
vInput = [i * supposedSize for i in vInput]
|
||||
return vInput, fInput
|
||||
vInput = [-i * supposedSize for i in vInput]
|
||||
return vInput, fInput
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user