ShopToolsUtilConvertToRelative(PlotPointCollection, Boolean) Method
Return a collection of points that are relative to the supplied
absolute points.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static PlotPointCollection ConvertToRelative(
PlotPointCollection points,
bool closeShape = true
)
Public Shared Function ConvertToRelative (
points As PlotPointCollection,
Optional closeShape As Boolean = true
) As PlotPointCollection
No code example is currently available or this language may not be supported.
- 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.
PlotPointCollection
Reference to a newly created collection of points with meaurements
relative to the caller's reference values.