Click or drag to resize

VectorGraphicOptimizerReplaceArcsByDrills Method

Loops through all paths and replaces all arcs with a radius less than the given one by drills.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void ReplaceArcsByDrills(
	VectorGraphicLayer layer,
	double radius,
	LaserOnMode mode = LaserOnMode.Pulse,
	int pulses = 1,
	double time = 100
)

Parameters

layer  VectorGraphicLayer
The layer to be worked on.
radius  Double

[Missing <param name="radius"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.ReplaceArcsByDrills(RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer,System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.LaserOnMode,System.Int32,System.Double)"]

mode  LaserOnMode  (Optional)
Type of drill.
pulses  Int32  (Optional)
Number of pulses in case of mode is pulse.
time  Double  (Optional)
Laser on time in case of mode is time.
See Also