CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10)
PROJECT (SHAPER)
-SET (SHAPER_Version 2.1.2)
+SET (SHAPER_Version 2.2.0)
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeCommon" ${CMAKE_MODULE_PATH})
</feature>
<!-- Intersection Point -->
- <feature
+ <!-- feature
id="SketchIntersectionPoint"
title="Intersection Point"
tooltip="Create intersection point"
<validator id="SketchPlugin_IntersectionValidator"/>
</sketch_shape_selector>
<boolvalue id="Auxiliary" label="Auxiliary" default="false" tooltip="Construction element" obligatory="0"/>
- </feature>
+ </feature -->
<!-- SketchLine -->
<feature id="SketchLine" title="Line" tooltip="Create line" icon=":icons/line.png">
</feature>
<!-- SketchConstraintCollinear -->
+ <!--
<feature id="SketchConstraintCollinear" title="Collinear" tooltip="Create constraint defining collinearity of two lines" icon=":icons/collinear.png">
<sketch_shape_selector id="ConstraintEntityA"
label="First line" tooltip="Select a line" shape_types="edge">
</sketch_shape_selector>
<validator id="PartSet_CollinearSelection"/>
</feature>
+ -->
<!-- SketchConstraintMiddle -->
<feature id="SketchConstraintMiddle" title="Middle point" tooltip="Create constraint for setting middle point on a line" icon=":icons/middlepoint.png">