ShopToolsUtilConvertToRelative(PlotPointCollection, Boolean) Method

Return a collection of points that are relative to the supplied absolute points.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static PlotPointCollection ConvertToRelative(
	PlotPointCollection points,
	bool closeShape = true
)

Parameters

points  PlotPointCollection
Reference to the collection of absolute points to be converted to relative.
closeShape  Boolean  (Optional)
Optional value indicating whether to close the shape. Default = true.

Return Value

PlotPointCollection
Reference to a newly created collection of points with meaurements relative to the caller's reference values.

See Also