Add import of polygon from dxf
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
public interface IArcFlatteningOption
|
||||
{
|
||||
double AngleStepRadians { get; set; }
|
||||
double MaxSegmentLength { get; set; }
|
||||
ArcFlatteningMode Mode { get; set; }
|
||||
int SegmentCount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user