Skip to main content

Function: complexExtrude()

Call Signature

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

Defined in: addThickness.ts:194

Parameters

wire

Wire

center

Point

normal

Point

profileShape

undefined | ExtrusionProfile

shellMode

true

Returns

[Shape3D, Wire, Wire]

Call Signature

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

Defined in: addThickness.ts:201

Parameters

wire

Wire

center

Point

normal

Point

profileShape?

ExtrusionProfile

shellMode?

false

Returns

Shape3D