Skip to main content

Function: complexExtrude()

Call Signature

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

Defined in: addThickness.ts:192

Parameters

wire

Wire

center

Point

normal

Point

profileShape

ExtrusionProfile | undefined

shellMode

true

Returns

[Shape3D, Wire, Wire]

Call Signature

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

Defined in: addThickness.ts:199

Parameters

wire

Wire

center

Point

normal

Point

profileShape?

ExtrusionProfile

shellMode?

false

Returns

Shape3D