Sketch in FLAC3D 900

Hey guys, Is that possible to add an utility function “sketch.point.near” in Flac3D 9.00? Cause that’s much easier to locate a point by positions.

1 Like

@Xiang, there is such a function already, it has this syntax: sketch.set.point.near(sp,v<,f>)

In general, if you’re looking for a specific point, edge, block, or segment function, search not only in the corresponding categories but also in sketch.set functions - quite often something is implemented there (as these functions only use more generic parameters on the input).

Cool! thank you @apyatigorets, Thast’s really helpful!