extrude.set.block.create

Syntax

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

Create a block from points with ID i1, i2, i3, etc. 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 - extrude set pointer

i1 - first point ID (alternately, point pointer)

i2 - second point ID (alternately, point pointer)

i3 - third point ID (alternately, point pointer)