| lcEntBreak2 | Home |
|
HANDLE lcEntBreak2 ( HANDLE hEntity, HANDLE hPtbuf, double Delta, BOOL bSelectNew, BOOL bDeleteEnt ); |
| hEntity | |
| Handle to a graphic object to be splitted. | |
| hPtbuf | |
| Handle to a points buffer object. | |
| Delta | |
| Maximum allowed distance between entity outline and the point. | |
| bSelectNew | |
| If TRUE then the derived entities will be added into selection set. | |
| bDeleteEnt | |
| If TRUE then the source entity will be deleted. | |
| A handle to the first result entity, or NULL if the function fails. |
| Code sample1, Code sample2, LC_CMD_BREAK, lcEntBreak, lcEntSplit |