Crack Calculator was added
This commit is contained in:
@@ -23,7 +23,7 @@ namespace StructureHelperLogics.NdmCalculations.Triangulations
|
||||
|
||||
public CircleTriangulationLogicOptions(ICirclePrimitive primitive)
|
||||
{
|
||||
Center = new Point2D() { X = primitive.CenterX, Y = primitive.CenterY };
|
||||
Center = new Point2D() { X = primitive.Center.X, Y = primitive.Center.Y };
|
||||
Circle = primitive;
|
||||
NdmMaxSize = primitive.NdmMaxSize;
|
||||
NdmMinDivision = primitive.NdmMinDivision;
|
||||
|
||||
Reference in New Issue
Block a user