Force combination was added
This commit is contained in:
@@ -12,7 +12,7 @@ namespace StructureHelperLogics.Models.Primitives
|
||||
public interface IPrimitive : ISaveable, ICloneable
|
||||
{
|
||||
string Name { get; set; }
|
||||
ICenter Center { get; }
|
||||
IPoint2D Center { get; }
|
||||
IShape Shape { get; }
|
||||
|
||||
IEnumerable<INdmPrimitive> GetNdmPrimitives();
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace StructureHelperLogics.Models.Primitives
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public ICenter Center { get; set; }
|
||||
public IPoint2D Center { get; set; }
|
||||
public IShape Shape { get; }
|
||||
|
||||
public LinePrimitive()
|
||||
|
||||
Reference in New Issue
Block a user