|
FreeCAD C++
|
#include <Mod/Sketcher/Gui/ViewProviderSketch.h>
Internal type used for drawing constraint icons.
Public Attributes | |
| QString | type |
| Type of constraint the icon represents. Eg: "small/Constraint_PointOnObject_sm". | |
| int | constraintId |
| QString | label |
| Label to be rendered with this icon, if any. | |
| SbVec3f | position |
| Absolute coordinates of the constraint icon. | |
| SoImage * | destination |
| Pointer to the SoImage object where the icon should be written. | |
| SoInfo * | infoPtr |
| Pointer to SoInfo object where we store the constraint IDs that the icon refers to. | |
| double | iconRotation |
| Angle to rotate an icon. | |
| int SketcherGui::ViewProviderSketch::constrIconQueueItem::constraintId |
Internal constraint ID number These map to results of getSketchObject()->Constraints.getValues()
1.8.15