Offsets


offsetFace()

Offset planar faces.

Syntax

cadlib.offsetFace(face, offset, altitude);

Parameters

Name Type Description
face Face] Face to offset. Face must be planer
offset Number Amout to offset the face by
altitude Number Distance the offset face is from the original face

Returns

Face

offsetShape

Creates offset of a face, shell or solid or a compound of these shapes.

Syntax


cadlib.offsetShape(shape, offset)

Arguments

Name Type Description
shape Shape A Face or Shell or Solid
offset Number Amout to offset the shape by

Returns (Shape)