QGIS API Documentation
3.0.2-Girona (307d082)
|
The QgsCadUtils class provides routines for CAD editing. More...
#include <qgscadutils.h>
Classes | |
struct | AlignMapPointConstraint |
Structure with details of one constraint. More... | |
struct | AlignMapPointContext |
Structure defining all constraints for alignMapPoint() method. More... | |
struct | AlignMapPointOutput |
Structure returned from alignMapPoint() method. More... | |
Static Public Member Functions | |
static QgsCadUtils::AlignMapPointOutput | alignMapPoint (const QgsPointXY &originalMapPoint, const QgsCadUtils::AlignMapPointContext &ctx) |
Applies X/Y/angle/distance constraints from the given context to a map point. More... | |
The QgsCadUtils class provides routines for CAD editing.
Definition at line 32 of file qgscadutils.h.
|
static |
Applies X/Y/angle/distance constraints from the given context to a map point.
Returns a structure containing aligned map point, whether the constraints are valid and some extra information.
Definition at line 37 of file qgscadutils.cpp.