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

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

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

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...
 
- 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 rectangle.

Constructor & Destructor Documentation

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.

Parameters
pCreateFilledIf true the rectangle will be created as a region.
pPreferRotatedCreationIf true the user define 3 points to create the rectangle.