PrimitiveProps editing via context menu was added
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using StructureHelperCommon.Models.Shapes;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.Models.Templates.CrossSections.RCs
|
||||
{
|
||||
public interface ICircleTemplate : IRCSectionTemplate
|
||||
{
|
||||
ICircleShape Shape { get; }
|
||||
double CoverGap { get; set; }
|
||||
int BarCount { get; set; }
|
||||
double BarDiameter { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user