Function: complexExtrude()
Call Signature
function complexExtrude(
   wire, 
   center, 
   normal, 
   profileShape, 
   shellMode): [Shape3D, Wire, Wire];
Defined in: addThickness.ts:194
Parameters
wire
center
normal
profileShape
undefined | ExtrusionProfile
shellMode
true
Returns
Call Signature
function complexExtrude(
   wire, 
   center, 
   normal, 
   profileShape?, 
   shellMode?): Shape3D;
Defined in: addThickness.ts:201
Parameters
wire
center
normal
profileShape?
shellMode?
false