FEATURESPLUGIN_EXPORT virtual void attributeChanged(const std::string& theID);
/// Reimplemented from ModelAPI_Feature::isMacro(). Returns true.
- virtual bool isMacro() const { return true; }
+ FEATURESPLUGIN_EXPORT virtual bool isMacro() const { return true; }
/// Use plugin manager for features creation
FeaturesPlugin_PointCoordinates();
--- /dev/null
+.. |point_coord.icon| image:: images/point_coord.png
+
+Point Coordinates
+=================
+
+The **Points coordinates** feature displays the coordinates of a selected point.
+
+The coordinates are displayed in the property panel.
+
+**Apply** button does not generate any result and has the same effect as **Cancel** for this feature.
+
+To display Point coordinates in the active part:
+
+#. select in the Main Menu *Inspection - > Point coordinates* item or
+#. click |point_coord.icon| **Points coordinates** button in the toolbar
+
+The coordinates can be displayed for a selected point in the property panel :
+
+.. figure:: images/pointCoordinatesPropertyPanel.png
+ :align: center
+
+ Point coordinates
+
+Input fields:
+
+- Input field contains a point selected in 3D OCC viewer or object browser.
+
+Note, the coordinates displayed can be selected.
<workbench id="Inspection">
<group id="PointCoordinates">
<feature id="PointCoordinates" title="Point coordinates" tooltip="View point coordinate"
- icon="icons/Features/point_coord.png" helpfile="measurementFeature.html" abort_confirmation="false">
+ icon="icons/Features/point_coord.png" helpfile="pointCoordinatesFeature.html" abort_confirmation="false">
<source path="pointcoordinates_widget.xml"/>
</feature>
</group>