MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLEllipseOperation Class Reference

Detailed Description

This is the TSLEllipseOperation.

Operation Name ellipse

Additional Data None

It is a basic primitive operation. It allows the application user to add a Ellipse object to the editor model. The first click defines the centre of the ellipse, the second defines the x radius and rotation angle while the third click defines the y radius, constrained to be perpendicular to the line between the first and second points.

The operation is deactivated by a click of the right mouse button.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

static bool TSLEllipseOperation::add ( TSLEditor * editor)
static

This method adds the operation to a TSLEditor object. It is passed a pointer to the editor object.

Arguments list details:

editor: a pointer to the TSLEditor object.

Returns true if added successfully, otherwise false.