getBlockInsert
This method activates a tool that can be used to select a vector block in a vector drawing, using the mouse. A callback event RxCore.GUI_2DBlock is triggered and returns information about the block.
This can be used in combination with RxCore.blockhoverevent)to enable the return of vector information on mouse over. When this is used the information is returned using the RxCore.GUI_2DBlockHover callback event.
Syntax
RxCore.getBlockInsert(onoff);
Parameters
onoff: boolean — Set totrueto enable the tool, orfalseto disable it.
Returns
- NA — This method does not return a value.