pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | List of all members
X3g::Plugin::Tool::CreatePolyline Class Reference

This tool let the user create a new polyline. More...

Inheritance diagram for X3g::Plugin::Tool::CreatePolyline:
Inheritance graph
[legend]

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...
 
- Public Member Functions inherited from X3g::Plugin::Tool::ToolBase
bool Start ()
 Try to start the tool. More...
 

Additional Inherited Members

- Properties inherited from X3g::Plugin::Tool::ToolBase
DbEntity^  CreatedEntity [get]
 Returns the created entity. More...
 
bool IsRunning [get]
 True if the tool is running. More...
 
- Events inherited from X3g::Plugin::Tool::ToolBase
ToolCallbackEventHandler^  ToolUpdated
 Occurs when tool finished work. More...
 

Detailed Description

This tool let the user create a new polyline.

Constructor & Destructor Documentation

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.

Parameters
pCreateFilledIf true the polyline will be created as a region but only if the created polyline is closed.
pMaxPointsDefines the max number of vertices of the polyline. If the parameter is less than 2 it will be ignored.