![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
This tool let the user create a new polyline. More...
Public Member Functions | |
CreatePolyline () | |
The user will create a non filled polyline without a point limit. More... | |
CreatePolyline (bool pCreateFilled, int pMaxPoints) | |
The user will create a new polyline. 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 polyline.
X3g::Plugin::Tool::CreatePolyline::CreatePolyline | ( | ) |
The user will create a non filled polyline without a point limit.
X3g::Plugin::Tool::CreatePolyline::CreatePolyline | ( | bool | pCreateFilled, |
int | pMaxPoints | ||
) |
The user will create a new polyline.
pCreateFilled | If true the polyline will be created as a region but only if the created polyline is closed. |
pMaxPoints | Defines the max number of vertices of the polyline. If the parameter is less than 2 it will be ignored. |