Function: twistExtrude()
Call Signature
function twistExtrude(
   wire, 
   angleDegrees, 
   center, 
   normal, 
   profileShape?, 
   shellMode?): Shape3D;
Defined in: addThickness.ts:235
Parameters
wire
angleDegrees
number
center
normal
profileShape?
shellMode?
false
Returns
Call Signature
function twistExtrude(
   wire, 
   angleDegrees, 
   center, 
   normal, 
   profileShape, 
   shellMode): [Shape3D, Wire, Wire];
Defined in: addThickness.ts:243
Parameters
wire
angleDegrees
number
center
normal
profileShape
undefined | ExtrusionProfile
shellMode
true