Salome HOME
Merge branch HELP_DOCUMENTATION_EDITING into master.
authormzn <mzn@opencascade.com>
Tue, 25 Sep 2018 12:22:26 +0000 (15:22 +0300)
committermzn <mzn@opencascade.com>
Tue, 25 Sep 2018 12:23:02 +0000 (15:23 +0300)
commitdb1f629785c83f9691b1707b3fd11a26625c7a26
tree98770277428a2e8ae2c42aa90b923a14b978af8a
parentf3d4f2a2966659d0c6bb78a19c1c618cb3f5bde3
Merge branch HELP_DOCUMENTATION_EDITING into 
647 files changed:
GitHooks/pre-commit.in
doc/gui/CMakeLists.txt
doc/gui/Introduction.rst [new file with mode: 0644]
doc/gui/build_index.py [changed mode: 0644->0755]
doc/gui/images/2_viewers.png [new file with mode: 0755]
doc/gui/images/abort_operation.png [new file with mode: 0755]
doc/gui/images/button_cancel.png [new file with mode: 0644]
doc/gui/images/button_help.png [new file with mode: 0644]
doc/gui/images/button_ok.png [new file with mode: 0644]
doc/gui/images/clean_history.png [new file with mode: 0755]
doc/gui/images/delete_feature.png [new file with mode: 0755]
doc/gui/images/delete_parameter.png [new file with mode: 0755]
doc/gui/images/find_directory.png [new file with mode: 0644]
doc/gui/images/inspection_panel.png [new file with mode: 0755]
doc/gui/images/inspection_panel_face.png [new file with mode: 0755]
doc/gui/images/inspection_panel_line.png [new file with mode: 0755]
doc/gui/images/main_menu.png [new file with mode: 0755]
doc/gui/images/main_window.png [new file with mode: 0755]
doc/gui/images/object_browser.png [new file with mode: 0755]
doc/gui/images/object_browser_folder.png [new file with mode: 0755]
doc/gui/images/open_button.png [new file with mode: 0644]
doc/gui/images/parameter.png [new file with mode: 0755]
doc/gui/images/parameters_feature.png [new file with mode: 0755]
doc/gui/images/plugins_preferences.png [new file with mode: 0755]
doc/gui/images/popup_menu.png [new file with mode: 0755]
doc/gui/images/popup_menu_object_browser_construction.png [new file with mode: 0755]
doc/gui/images/popup_menu_object_browser_feature.png [new file with mode: 0755]
doc/gui/images/popup_menu_object_browser_result.png [new file with mode: 0755]
doc/gui/images/python_console_popup.png [new file with mode: 0755]
doc/gui/images/select_color.png [new file with mode: 0755]
doc/gui/images/sketch_preferences.png [new file with mode: 0755]
doc/gui/images/toolbar.png [new file with mode: 0755]
doc/gui/images/viewer_preferences.png [new file with mode: 0755]
doc/gui/images/visualization_preferences.png [new file with mode: 0755]
doc/gui/index.rst.in
src/BuildPlugin/doc/TUI_compoundFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_compsolidFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_edgeFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_faceFeatures.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_fillingFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_interpolationFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_polylineFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_shellFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_solidFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_subshapeFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_vertexFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/TUI_wireFeature.rst [new file with mode: 0644]
src/BuildPlugin/doc/compoundFeature.rst
src/BuildPlugin/doc/compsolidFeature.rst
src/BuildPlugin/doc/edgeFeature.rst
src/BuildPlugin/doc/examples/compound.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/compsolid.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/edge.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/face.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/filling.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/interpolation.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/polyline.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/shell.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/solid.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/subshapes.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/vertex.py [new file with mode: 0644]
src/BuildPlugin/doc/examples/wire.py [new file with mode: 0644]
src/BuildPlugin/doc/faceFeature.rst
src/BuildPlugin/doc/fillingFeature.rst
src/BuildPlugin/doc/images/Compound.png
src/BuildPlugin/doc/images/Compsolid.png
src/BuildPlugin/doc/images/CreateCompound.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateCompsolid.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateEdge.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateFace.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateFilling.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateInterpolation.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreatePolyline.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateShell.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateSolid.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateSubShapes.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateVertex.png [new file with mode: 0644]
src/BuildPlugin/doc/images/CreateWire.png [new file with mode: 0644]
src/BuildPlugin/doc/images/Edge.png
src/BuildPlugin/doc/images/Face.png
src/BuildPlugin/doc/images/Filling.png
src/BuildPlugin/doc/images/Interpolation.png
src/BuildPlugin/doc/images/Polyline.png
src/BuildPlugin/doc/images/Shell.png
src/BuildPlugin/doc/images/Solid.png
src/BuildPlugin/doc/images/SubShapes.png
src/BuildPlugin/doc/images/Vertex.png
src/BuildPlugin/doc/images/Wire.png
src/BuildPlugin/doc/images/feature_compound.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_compsolid.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_edge.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_face.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_filling.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_interpolation.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_polyline.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_shell.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_solid.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_subshapes.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_vertex.png [new file with mode: 0644]
src/BuildPlugin/doc/images/feature_wire.png [new file with mode: 0644]
src/BuildPlugin/doc/interpolationFeature.rst
src/BuildPlugin/doc/polylineFeature.rst
src/BuildPlugin/doc/shellFeature.rst
src/BuildPlugin/doc/solidFeature.rst
src/BuildPlugin/doc/subShapesFeature.rst
src/BuildPlugin/doc/vertexFeature.rst
src/BuildPlugin/doc/wireFeature.rst
src/BuildPlugin/plugin-Build.xml
src/CollectionPlugin/doc/TUI_fieldFeature.rst [new file with mode: 0644]
src/CollectionPlugin/doc/TUI_groupFeature.rst [new file with mode: 0644]
src/CollectionPlugin/doc/examoles/field.py [new file with mode: 0644]
src/CollectionPlugin/doc/examoles/group.py [new file with mode: 0644]
src/CollectionPlugin/doc/fieldFeature.rst
src/CollectionPlugin/doc/groupFeature.rst
src/CollectionPlugin/doc/images/Field.png
src/CollectionPlugin/doc/images/field_property_panel.png [new file with mode: 0644]
src/CollectionPlugin/doc/images/group_property_panel.png [new file with mode: 0644]
src/CollectionPlugin/doc/images/group_property_panel_edge.png [new file with mode: 0644]
src/CollectionPlugin/doc/images/group_property_panel_face.png [new file with mode: 0644]
src/CollectionPlugin/doc/images/group_property_panel_solid.png [new file with mode: 0644]
src/CollectionPlugin/doc/images/group_property_panel_vertice.png [new file with mode: 0644]
src/CollectionPlugin/doc/images/group_res.png [new file with mode: 0644]
src/CollectionPlugin/doc/images/shape_group.png [new file with mode: 0644]
src/CollectionPlugin/plugin-Collection.xml
src/Config/Config_FeatureReader.cpp
src/ConnectorPlugin/doc/ConnectorPlugin.rst
src/ConnectorPlugin/doc/images/geom_export.png [new file with mode: 0644]
src/ConstructionPlugin/doc/ConstructionPlugin.rst
src/ConstructionPlugin/doc/TUI_axisFeature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_planeFeature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_pointFeature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/axisFeature.rst
src/ConstructionPlugin/doc/examples/axis.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/plane.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/point.py [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Axis1.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Axis2.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Axis3.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Axis4.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Axis5.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Axis6.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatePoint.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedAxis.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedPlane.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Plane1.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Plane2.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Plane3.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Plane4.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Point1.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Point2.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Point3.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Point4.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Point5.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/axis_button.png [new file with mode: 0755]
src/ConstructionPlugin/doc/images/axis_by_line_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/axis_by_plane_and_point_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/axis_by_two_planes_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/axis_dxyz_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/by_two_points_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/cylindrical_face_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/plane_button.png [new file with mode: 0755]
src/ConstructionPlugin/doc/images/plane_by_coincident_to_point_24x24.png [new file with mode: 0755]
src/ConstructionPlugin/doc/images/plane_by_distance_from_other_24x24.png [new file with mode: 0755]
src/ConstructionPlugin/doc/images/plane_by_line_and_point_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/plane_by_other_plane_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/plane_by_rotation_24x24.png [new file with mode: 0755]
src/ConstructionPlugin/doc/images/plane_by_three_points_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/plane_by_two_parallel_planes_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/point_button.png [new file with mode: 0755]
src/ConstructionPlugin/doc/images/point_by_distance_on_edge_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/point_by_geometrical_property_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/point_by_intersection_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/point_by_projection_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/point_by_xyz_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/doc/planeFeature.rst
src/ConstructionPlugin/doc/pointFeature.rst
src/ConstructionPlugin/plugin-Construction.xml
src/ExchangePlugin/doc/ExchangePlugin.rst
src/ExchangePlugin/doc/TUI_exportFeature.rst [new file with mode: 0644]
src/ExchangePlugin/doc/TUI_importFeature.rst [new file with mode: 0644]
src/ExchangePlugin/doc/dumpFeature.rst
src/ExchangePlugin/doc/examples/export.py [new file with mode: 0644]
src/ExchangePlugin/doc/examples/import.py [new file with mode: 0644]
src/ExchangePlugin/doc/exportFeature.rst
src/ExchangePlugin/doc/images/DumpFileDlg.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/Dump_panel.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/ExportFileDlg.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/Export_panel.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/FileImported.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/Import_panel.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/OpenFileDlg.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/dump.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/export.png [new file with mode: 0644]
src/ExchangePlugin/doc/images/import.png [new file with mode: 0644]
src/ExchangePlugin/doc/importFeature.rst
src/ExchangePlugin/plugin-Exchange.xml
src/FeaturesPlugin/doc/FeaturesPlugin.rst
src/FeaturesPlugin/doc/TUI_angularcopyFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_commonFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_cutFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_fillFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_filletfixedFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_filletvariableFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_fuseFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_intersectionFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_linearcopyFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_partitionFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_pipebinormalFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_pipelocationsFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_pipesimpleFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_placementFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_rotation3pointsFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_rotationaxisFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_scaleXYZFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_scalefactorFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_smashFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_symmetryaxisFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_symmetryplaneFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_symmetrypointFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_translation2pointsFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_translationdxdydzFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_translationvectorFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_unionFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/angularCopyFeature.rst
src/FeaturesPlugin/doc/commonFeature.rst
src/FeaturesPlugin/doc/cutFeature.rst
src/FeaturesPlugin/doc/examples/angularcopy.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/common.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/cut.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/fill.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/fillet1.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/fillet2.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/fuse.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/intersection.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/linearcopy.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/partition.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/pipe_binormal.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/pipe_locations.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/pipe_simple.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/placement.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/rotation1.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/rotation2.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/scaleXYZ.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/scalefactor.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/smash.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/symmetryaxis.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/symmetryplane.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/symmetrypoint.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/translation2points.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/translationDXDYDZ.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/translationvector.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/union.py [new file with mode: 0644]
src/FeaturesPlugin/doc/fillFeature.rst
src/FeaturesPlugin/doc/filletFeature.rst
src/FeaturesPlugin/doc/fuseFeature.rst
src/FeaturesPlugin/doc/images/Common.png
src/FeaturesPlugin/doc/images/CreatedCommon.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/CreatedCut.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/CreatedFill.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/CreatedFuse.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/CreatedIntersection.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/CreatedPartition.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/CreatedPlacement.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/CreatedSmash.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/CreatedUnion.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/Cut.png
src/FeaturesPlugin/doc/images/Fill.png
src/FeaturesPlugin/doc/images/Fillet.png
src/FeaturesPlugin/doc/images/Fillet2.png [deleted file]
src/FeaturesPlugin/doc/images/FilletFixed.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/FilletVarious.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/Fuse.png
src/FeaturesPlugin/doc/images/Intersection.png
src/FeaturesPlugin/doc/images/Partition.png
src/FeaturesPlugin/doc/images/Placement.png
src/FeaturesPlugin/doc/images/Smash.png
src/FeaturesPlugin/doc/images/Symmetry.png
src/FeaturesPlugin/doc/images/Union.png
src/FeaturesPlugin/doc/images/bool_cut.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/bool_fill.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/bool_fuse.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/bool_smash.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/common_btn.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/fillet.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/fillet_fixed_radius.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/fillet_var_radius.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/intersection_btn.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/meas_angle3p_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/meas_angle_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/meas_distance_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/meas_length_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/meas_radius_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/measurement.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/multirotation.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/multitranslation.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/partition_btn.png [new file with mode: 0755]
src/FeaturesPlugin/doc/images/pipe.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/pipe_binormal_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/pipe_locations_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/pipe_simple_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/placement_btn.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/rotation.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/rotation_3pt_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/rotation_axis_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/scale.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/scale_dimensions_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/scale_factor_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/symmetry.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/symmetry_axis_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/symmetry_plane_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/symmetry_point_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/translation_2pt_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/translation_dxyz_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/translation_vector_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/union_btn.png [new file with mode: 0644]
src/FeaturesPlugin/doc/intersectionFeature.rst
src/FeaturesPlugin/doc/linearCopyFeature.rst
src/FeaturesPlugin/doc/measurementFeature.rst
src/FeaturesPlugin/doc/partitionFeature.rst
src/FeaturesPlugin/doc/pipeFeature.rst
src/FeaturesPlugin/doc/placementFeature.rst
src/FeaturesPlugin/doc/recoverFeature.rst
src/FeaturesPlugin/doc/rotationFeature.rst
src/FeaturesPlugin/doc/smashFeature.rst
src/FeaturesPlugin/doc/symmetryFeature.rst
src/FeaturesPlugin/doc/transformationFeature.rst
src/FeaturesPlugin/doc/translationFeature.rst
src/FeaturesPlugin/doc/unionFeature.rst
src/FeaturesPlugin/plugin-Features.xml
src/GDMLPlugin/doc/GDMLPlugin.rst
src/GDMLPlugin/doc/TUI_coneFeature.rst [new file with mode: 0644]
src/GDMLPlugin/doc/TUI_ellipsoidFeature.rst [new file with mode: 0644]
src/GDMLPlugin/doc/coneFeature.rst
src/GDMLPlugin/doc/ellipsoidFeature.rst
src/GDMLPlugin/doc/examples/cone.py [new file with mode: 0644]
src/GDMLPlugin/doc/examples/ellipsoid.py [new file with mode: 0644]
src/GDMLPlugin/doc/images/Cone_panel.png [new file with mode: 0644]
src/GDMLPlugin/doc/images/CreatedCone.png [new file with mode: 0644]
src/GDMLPlugin/doc/images/CreatedEllipsoid.png [new file with mode: 0644]
src/GDMLPlugin/doc/images/Ellipsoid.png [new file with mode: 0644]
src/GDMLPlugin/doc/images/cone_btn.png [new file with mode: 0644]
src/GDMLPlugin/doc/images/ellips_btn.png [new file with mode: 0644]
src/GDMLPlugin/plugin-GDML.xml
src/ParametersPlugin/doc/ParametersPlugin.rst
src/ParametersPlugin/doc/TUI_parameterFeature.rst [new file with mode: 0755]
src/ParametersPlugin/doc/TUI_parametersFeature.rst [new file with mode: 0644]
src/ParametersPlugin/doc/examples/parameter.py [new file with mode: 0755]
src/ParametersPlugin/doc/examples/parameters.py [new file with mode: 0644]
src/ParametersPlugin/doc/images/Parameter.png [deleted file]
src/ParametersPlugin/doc/images/expression.png [new file with mode: 0755]
src/ParametersPlugin/doc/images/object_browser_parameter.png [new file with mode: 0755]
src/ParametersPlugin/doc/images/object_browser_parameters.png [new file with mode: 0755]
src/ParametersPlugin/doc/images/paper_roll.png [new file with mode: 0755]
src/ParametersPlugin/doc/images/parameter.png [new file with mode: 0755]
src/ParametersPlugin/doc/images/parameters.png [new file with mode: 0755]
src/ParametersPlugin/doc/images/parameters_down.png [new file with mode: 0755]
src/ParametersPlugin/doc/images/parameters_up.png [new file with mode: 0755]
src/ParametersPlugin/doc/managerFeature.rst
src/ParametersPlugin/doc/parameterFeature.rst
src/ParametersPlugin/plugin-Parameters.xml
src/PartSetPlugin/doc/PartSetPlugin.rst
src/PartSetPlugin/doc/TUI_new_partFeature.rst [new file with mode: 0644]
src/PartSetPlugin/doc/examples/new_part.py [new file with mode: 0644]
src/PartSetPlugin/doc/images/duplicate.png [new file with mode: 0644]
src/PartSetPlugin/doc/images/new_part.png [new file with mode: 0644]
src/PartSetPlugin/doc/images/remove.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/PrimitivesPlugin.rst
src/PrimitivesPlugin/doc/TUI_boxFeature.rst [new file with mode: 0644]
src/PrimitivesPlugin/doc/TUI_coneFeature.rst [new file with mode: 0644]
src/PrimitivesPlugin/doc/TUI_cylinderFeature.rst [new file with mode: 0644]
src/PrimitivesPlugin/doc/TUI_sphereFeature.rst [new file with mode: 0644]
src/PrimitivesPlugin/doc/TUI_torusFeature.rst [new file with mode: 0644]
src/PrimitivesPlugin/doc/boxFeature.rst
src/PrimitivesPlugin/doc/coneFeature.rst
src/PrimitivesPlugin/doc/cylinderFeature.rst
src/PrimitivesPlugin/doc/examples/box.py [new file with mode: 0644]
src/PrimitivesPlugin/doc/examples/cone.py [new file with mode: 0644]
src/PrimitivesPlugin/doc/examples/cylinder.py [new file with mode: 0644]
src/PrimitivesPlugin/doc/examples/sphere.py [new file with mode: 0644]
src/PrimitivesPlugin/doc/examples/torus.py [new file with mode: 0755]
src/PrimitivesPlugin/doc/images/Box1.png [deleted file]
src/PrimitivesPlugin/doc/images/Box2.png [deleted file]
src/PrimitivesPlugin/doc/images/Box_2points.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Box_button.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Box_dimensions.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Boxes.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Cone_button.png [new file with mode: 0755]
src/PrimitivesPlugin/doc/images/Cone_res.png [new file with mode: 0755]
src/PrimitivesPlugin/doc/images/Cylinder.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Cylinder1.png [deleted file]
src/PrimitivesPlugin/doc/images/Cylinder2.png [deleted file]
src/PrimitivesPlugin/doc/images/Cylinder_button.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Cylinders.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Portion_cylinder.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Sphere.png
src/PrimitivesPlugin/doc/images/Sphere_button.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Sphere_res.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/Torus_button.png [new file with mode: 0755]
src/PrimitivesPlugin/doc/images/Torus_res.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/box.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/box_2pt_32x32.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/box_dxyz_32x32.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/cylinder_32x32.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/images/cylinder_portion_32x32.png [new file with mode: 0644]
src/PrimitivesPlugin/doc/sphereFeature.rst
src/PrimitivesPlugin/doc/torusFeature.rst
src/PrimitivesPlugin/plugin-Primitives.xml
src/PythonAddons/doc/addons_Features.rst [new file with mode: 0644]
src/PythonAddons/doc/boxFeature.rst [new file with mode: 0644]
src/PythonAddons/doc/examples/box/feature.py [new file with mode: 0644]
src/PythonAddons/doc/examples/box/widget.xml [new file with mode: 0644]
src/PythonAddons/doc/examples/rectangle/feature.py [new file with mode: 0644]
src/PythonAddons/doc/examples/rectangle/widget.xml [new file with mode: 0644]
src/PythonAddons/doc/images/box_ico.png [new file with mode: 0644]
src/PythonAddons/doc/images/rectangle.png [new file with mode: 0644]
src/PythonAddons/doc/pyFile_boxFeature.rst [new file with mode: 0644]
src/PythonAddons/doc/pyFile_rectangleFeature.rst [new file with mode: 0644]
src/PythonAddons/doc/rectangleFeature.rst [new file with mode: 0644]
src/PythonAddons/doc/xmlFile_boxFeature.rst [new file with mode: 0644]
src/PythonAddons/doc/xmlFile_rectangleFeature.rst [new file with mode: 0644]
src/PythonAddons/macros/box/widget.xml
src/PythonAddons/macros/rectangle/widget.xml
src/SketchPlugin/doc/SketchPlugin.rst
src/SketchPlugin/doc/TUI_angle.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_arcFeature.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_circleFeature.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_coincident.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_collinear.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_distance.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_equal.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_fillet.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_fixed.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_hdistance.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_horizontal.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_intersection.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_length.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_lineFeature.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_middle.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_mirror.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_parallel.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_perpendicular.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_pointFeature.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_projection.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_radius.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_rectangleFeature.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_rotation.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_split.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_tangent.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_translation.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_trim.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_vdistance.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_vertical.rst [new file with mode: 0644]
src/SketchPlugin/doc/angleFeature.rst
src/SketchPlugin/doc/arcFeature.rst
src/SketchPlugin/doc/circleFeature.rst
src/SketchPlugin/doc/coincedenceFeature.rst [deleted file]
src/SketchPlugin/doc/coincedentFeature.rst [new file with mode: 0644]
src/SketchPlugin/doc/collinearFeature.rst
src/SketchPlugin/doc/distanceFeature.rst
src/SketchPlugin/doc/equalFeature.rst
src/SketchPlugin/doc/examples/angle.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/arc.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/circle.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/coincident.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/collinear.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/distance.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/equal.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/fillet.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/fixed.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/hdistance.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/horizontal.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/intersection.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/length.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/line.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/middle.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/mirror.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/parallel.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/perpendicular.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/point.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/projection.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/radius.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/rectangle.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/rotation.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/split.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/tangent.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/translation.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/trim.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/vdistance.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/vertical.py [new file with mode: 0644]
src/SketchPlugin/doc/filletFeature.rst
src/SketchPlugin/doc/fixedFeature.rst [new file with mode: 0644]
src/SketchPlugin/doc/horizontalDistFeature.rst
src/SketchPlugin/doc/horizontalFeature.rst
src/SketchPlugin/doc/images/Angle.png [deleted file]
src/SketchPlugin/doc/images/Angle_field_view.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Angle_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Angle_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/AngularCopy.png [deleted file]
src/SketchPlugin/doc/images/Arc1.png [deleted file]
src/SketchPlugin/doc/images/Arc2.png [deleted file]
src/SketchPlugin/doc/images/Arc3.png [deleted file]
src/SketchPlugin/doc/images/Arc_panel_3pt.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Arc_panel_base.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Arc_panel_tang.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Arc_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Circle1.png [deleted file]
src/SketchPlugin/doc/images/Circle2.png [deleted file]
src/SketchPlugin/doc/images/Circle_panel_3pt.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Circle_panel_edit.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Circle_panel_pt_rad.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Circle_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Coincident.png [deleted file]
src/SketchPlugin/doc/images/Coincident_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Coincident_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Colinear.png [deleted file]
src/SketchPlugin/doc/images/Collinear_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Collinear_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/CoordinatePlanes.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Distance.png
src/SketchPlugin/doc/images/Distance_field_view.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Distance_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Distance_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Equal.png
src/SketchPlugin/doc/images/Equal_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Equal_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Fillet.png
src/SketchPlugin/doc/images/Fillet_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Fillet_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Fixed.png
src/SketchPlugin/doc/images/Fixed_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Fixed_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Horizontal.png [deleted file]
src/SketchPlugin/doc/images/HorizontalDist.png [deleted file]
src/SketchPlugin/doc/images/HorizontalDistance_field_view.png [new file with mode: 0644]
src/SketchPlugin/doc/images/HorizontalDistance_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/HorizontalDistance_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Horizontal_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Horizontal_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Intersection.png
src/SketchPlugin/doc/images/Intersection_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Intersection_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Length.png
src/SketchPlugin/doc/images/Length_field_view.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Length_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Length_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Line.png
src/SketchPlugin/doc/images/Line_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Line_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/LinearCopy.png [deleted file]
src/SketchPlugin/doc/images/Linear_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Linear_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/MiddlePoint.png
src/SketchPlugin/doc/images/Middlepoint_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Middlepoint_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Mirror.png
src/SketchPlugin/doc/images/Mirror_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Mirror_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Parallel.png
src/SketchPlugin/doc/images/Parallel_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Parallel_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Perpendicular.png
src/SketchPlugin/doc/images/Perpendicular_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Perpendicular_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/PlaneDefinition.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Point.png
src/SketchPlugin/doc/images/Point_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Point_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Projection.png
src/SketchPlugin/doc/images/Projection_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Projection_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Radius_field_view.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Radius_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Radius_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Rectangle.png
src/SketchPlugin/doc/images/Rectangle_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Rectangle_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Rotation_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Rotation_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/SketchButton.png [new file with mode: 0644]
src/SketchPlugin/doc/images/SketchPanel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Sketch_fixed.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Sketch_underconstrained.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Split.png
src/SketchPlugin/doc/images/Split_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Split_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Split_segment_sel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Tangent.png
src/SketchPlugin/doc/images/Tangent_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Tangent_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Trim.png
src/SketchPlugin/doc/images/Trim_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Trim_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Trim_segment_sel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Vertical.png
src/SketchPlugin/doc/images/VerticalDist.png [deleted file]
src/SketchPlugin/doc/images/VerticalDistance_field_view.png [new file with mode: 0644]
src/SketchPlugin/doc/images/VerticalDistance_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/VerticalDistance_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Vertical_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Vertical_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/angle_backward.png [new file with mode: 0644]
src/SketchPlugin/doc/images/angle_complementary.png [new file with mode: 0644]
src/SketchPlugin/doc/images/angle_constr.png [new file with mode: 0644]
src/SketchPlugin/doc/images/angle_direct.png [new file with mode: 0644]
src/SketchPlugin/doc/images/angle_up_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/angle_up_full_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/arc.png [new file with mode: 0644]
src/SketchPlugin/doc/images/arc_3pt_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/arc_base_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/arc_tang_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/circle.png [new file with mode: 0644]
src/SketchPlugin/doc/images/circle_3pt_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/circle_pt_rad_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/coincedence.png [new file with mode: 0644]
src/SketchPlugin/doc/images/collinear.png [new file with mode: 0644]
src/SketchPlugin/doc/images/distance_h.png [new file with mode: 0644]
src/SketchPlugin/doc/images/distance_v.png [new file with mode: 0644]
src/SketchPlugin/doc/images/horisontal.png [new file with mode: 0644]
src/SketchPlugin/doc/images/location_automatic.png [new file with mode: 0644]
src/SketchPlugin/doc/images/location_left.png [new file with mode: 0644]
src/SketchPlugin/doc/images/location_right.png [new file with mode: 0644]
src/SketchPlugin/doc/images/radius_constr.png [new file with mode: 0644]
src/SketchPlugin/doc/images/rotate.png [new file with mode: 0644]
src/SketchPlugin/doc/images/translate.png [new file with mode: 0644]
src/SketchPlugin/doc/images/translate_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/translate_full_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/intersectionFeature.rst
src/SketchPlugin/doc/lengthFeature.rst
src/SketchPlugin/doc/lineFeature.rst
src/SketchPlugin/doc/middleFeature.rst
src/SketchPlugin/doc/mirrorFeature.rst
src/SketchPlugin/doc/parallelFeature.rst
src/SketchPlugin/doc/perpendicularFeature.rst
src/SketchPlugin/doc/pointFeature.rst
src/SketchPlugin/doc/projectionFeature.rst
src/SketchPlugin/doc/radiusFeature.rst
src/SketchPlugin/doc/rectangleFeature.rst
src/SketchPlugin/doc/rigidFeature.rst [deleted file]
src/SketchPlugin/doc/rotationFeature.rst
src/SketchPlugin/doc/splitFeature.rst
src/SketchPlugin/doc/tangentFeature.rst
src/SketchPlugin/doc/translationFeature.rst
src/SketchPlugin/doc/trimFeature.rst
src/SketchPlugin/doc/verticalDistFeature.rst
src/SketchPlugin/doc/verticalFeature.rst
src/SketchPlugin/plugin-Sketch.xml
src/XGUI/XGUI_Workshop.cpp