Index: src/Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs =================================================================== diff -u -r703 -r781 --- src/Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs (.../DSoilModelGeometryEditor.cs) (revision 703) +++ src/Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs (.../DSoilModelGeometryEditor.cs) (revision 781) @@ -88,6 +88,9 @@ spatialEditor.RegisterShapeType(typeof(SpecificMechanismPointLocation), typeof(DrawingSpecificMechanismPointLocation)); spatialEditor.RegisterShapeType(typeof(CenterCrestLocation), typeof(DrawingCenterCrestLocation)); + // next was setup by geotechnics plugin but editing should not be allowed + spatialEditor.RegisterShapeType(typeof(CharacteristicPoint), typeof(DrawingCharacteristicPoint), null, null, null, false, true); + //Next was commented out in Geotechnics plugin because RingToets doesn't need it anymore spatialEditor.RegisterShapeType(typeof(SurfaceLine2), typeof(DrawingSurfaceLine2));