QGIS API Documentation
3.0.2-Girona (307d082)
|
Structure returned from alignMapPoint() method. More...
#include <qgscadutils.h>
Public Attributes | |
QgsPointLocator::Match | edgeMatch |
Snapped segment - only valid if actually used for something. More... | |
QgsPointXY | finalMapPoint |
map point aligned according to the constraints More... | |
int | softLockCommonAngle |
Angle (in degrees) to which we have soft-locked ourselves (if not set it is -1) More... | |
bool | valid |
Whether the combination of constraints is actually valid. More... | |
Structure returned from alignMapPoint() method.
Definition at line 87 of file qgscadutils.h.
QgsPointLocator::Match QgsCadUtils::AlignMapPointOutput::edgeMatch |
Snapped segment - only valid if actually used for something.
Definition at line 96 of file qgscadutils.h.
QgsPointXY QgsCadUtils::AlignMapPointOutput::finalMapPoint |
map point aligned according to the constraints
Definition at line 93 of file qgscadutils.h.
int QgsCadUtils::AlignMapPointOutput::softLockCommonAngle |
Angle (in degrees) to which we have soft-locked ourselves (if not set it is -1)
Definition at line 99 of file qgscadutils.h.
bool QgsCadUtils::AlignMapPointOutput::valid |
Whether the combination of constraints is actually valid.
Definition at line 90 of file qgscadutils.h.