Add polygon shape

This commit is contained in:
Evgeny Redikultsev
2025-09-07 08:12:07 +05:00
parent 98c94dc232
commit c31e56869c
20 changed files with 509 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ namespace StructureHelperLogics.NdmCalculations.Primitives
public INdmElement NdmElement { get; } = new NdmElement();
public IDivisionSize DivisionSize { get; } = new DivisionSize();
public IDivisionSize DivisionSize { get; } = new DivisionSize(Guid.NewGuid());
public IShape Shape => rectangleShape;