Skip to main content

Function: twistExtrude()

Call Signature

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

Defined in: addThickness.ts:233

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:241

Parameters

wire

Wire

angleDegrees

number

center

Point

normal

Point

profileShape

ExtrusionProfile | undefined

shellMode

true

Returns

[Shape3D, Wire, Wire]