sketch.block.create.at

Syntax

bp := sketch.block.create.at(sp,v)

Create a meshed block from the edges surrounding the point at position v. Current meshing parameters are used. Will return null if block creation fails (e.g., if the specified position is outside of any closed polygon).

Returns:

bp - pointer to created block

Arguments:

sp - sketch set pointer

v - 2D vector