Add value diagram windows and view models
This commit is contained in:
@@ -77,6 +77,7 @@ namespace StructureHelperLogics.NdmCalculations.Primitives
|
||||
if (shape is ILinePolygonShape polygon)
|
||||
{
|
||||
var newShape = PolygonGeometryUtils.GetTransfromedPolygon(polygon, Center.X, Center.Y);
|
||||
newShape.IsClosed = true;
|
||||
var calculator = new PolygonCalculator();
|
||||
return calculator.ContainsPoint(newShape, point);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user