Skip to main content

Function: twistExtrude()

Call Signature

function twistExtrude(
wire,
angleDegrees,
center,
normal,
profileShape?,
shellMode?): Shape3D;

Defined in: addThickness.ts:235

Parameters

wire

Wire

angleDegrees

number

center

Point

normal

Point

profileShape?

ExtrusionProfile

shellMode?

false

Returns

Shape3D

Call Signature

function twistExtrude(
wire,
angleDegrees,
center,
normal,
profileShape,
shellMode): [Shape3D, Wire, Wire];

Defined in: addThickness.ts:243

Parameters

wire

Wire

angleDegrees

number

center

Point

normal

Point

profileShape

undefined | ExtrusionProfile

shellMode

true

Returns

[Shape3D, Wire, Wire]