| lcEntBreak | Home |
|
HANDLE lcEntBreak ( HANDLE hEntity, double X, double Y, double Delta, BOOL bSelectNew, BOOL bDeleteEnt ); |
| hEntity | |
| Handle to a graphic object to be splitted. | |
| X Y | |
| A point placed near entity outline. | |
| 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 sample, LC_CMD_BREAK, lcEntBreak2, lcEntSplit |