![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
This tool let the user create a new rectangle. More...
Public Member Functions | |
CreateRectangle () | |
The user will create a non filled rectangle out of two points. More... | |
CreateRectangle (bool pCreateFilled, bool pPreferRotatedCreation) | |
The user will create a new rectangle. More... | |
![]() | |
bool | Start () |
Try to start the tool. More... | |
Additional Inherited Members | |
![]() | |
DbEntity^ | CreatedEntity [get] |
Returns the created entity. More... | |
bool | IsRunning [get] |
True if the tool is running. More... | |
![]() | |
ToolCallbackEventHandler^ | ToolUpdated |
Occurs when tool finished work. More... | |
This tool let the user create a new rectangle.
X3g::Plugin::Tool::CreateRectangle::CreateRectangle | ( | ) |
The user will create a non filled rectangle out of two points.
This is the same as RectangleTool(false, false).
X3g::Plugin::Tool::CreateRectangle::CreateRectangle | ( | bool | pCreateFilled, |
bool | pPreferRotatedCreation | ||
) |
The user will create a new rectangle.
pCreateFilled | If true the rectangle will be created as a region. |
pPreferRotatedCreation | If true the user define 3 points to create the rectangle. |