VectorGraphicOptimizerJoinSimilarArcs(VectorGraphicLayer, Double) Method |
Loops through all paths and concatenates in each path adjacent
arcs if they are "similar", i. e. they must have the same center and
the first arc's end point is the same as the second arc's start
point.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void JoinSimilarArcs(
VectorGraphicLayer layer,
double locationDistance = 500
)
Parameters
- layer VectorGraphicLayer
- The layer to be worked on.
- locationDistance Double (Optional)
- The locations of two points are considered as equal if their distance is less than this value, measured in micrometers.
See Also