sketch.set.block.create

Syntax

bp := sketch.set.block.create(sp,i1,i2,i3<,i4>)

Create a block from points with ID i1, i2, i3, etc. A minimum 3 points are required. For irregular blocks, only points on the external boundary have to be specified—internal boundaries are detected automatically. Points may be provided in any order.

Returns:

bp - block pointer

Arguments:

sp - sketch set pointer

i1 - first point ID (alternately, point pointer)

i2 - second point ID (alternately, point pointer)

i3 - third point ID (alternately, point pointer)