Click or drag to resize

Point Constructor (Double)

Creates coordinate from the array of points

Namespace:  CodeStack.SwEx.MacroFeature.Data
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public Point(
	double[] pt
)

Parameters

pt
Type: SystemDouble
Array of 3 coordinates of the point
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when input array is null
ArgumentExceptionThrown when size of the input array doesn't equal to 3
See Also