Click or drag to resize

ApiLocationToolsSimplifyPath Method

Simplifies the path of a specified shape, thus reducing the points count along the path with a specified tolerance.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SimplifyPath(
	ObjectProxy aPath,
	double aTolerance = -1
)

Parameters

aPath
Type: Articy.ApiObjectProxy
The specified path to simplify
aTolerance (Optional)
Type: SystemDouble
The specified tolerance to reduce the points count with. Value is set to -1 by default
See Also