| lcEntSplit | Home |
|
HANDLE lcEntSplit ( HANDLE hEntity, int nParts, BOOL bSelectNew, BOOL bDeleteEnt ); |
| hEntity | |
| Handle to a graphic object to be splitted. | |
| nParts | |
| A number of split parts. The value range is 2...1000. | |
| 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 splitted entity, or NULL if the function fails. |
| Code sample, lcBlockSelSplit, LC_CMD_SPLIT |