Inheritance
ClipperOffset
public class ClipperOffset
Constructors
Declaration
public ClipperOffset(double miterLimit = 2, double arcTolerance = 0.25)
Parameters
Properties
Declaration
public double ArcTolerance { get; set; }
Property Value
Declaration
public double MiterLimit { get; set; }
Property Value
Methods
Declaration
public void AddPath(List<IntPoint> path, JoinType joinType, EndType endType)
Parameters
Declaration
public void AddPaths(List<List<IntPoint>> paths, JoinType joinType, EndType endType)
Parameters
Declaration
Declaration
public void Execute(ref PolyTree solution, double delta)
Parameters
Declaration
public void Execute(ref List<List<IntPoint>> solution, double delta)
Parameters