Click or drag to resize

BasicShapeGetClosestPoint Method

Get the point on the figure closest to the specified coordinates.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract PointOnShape GetClosestPoint(
	Point2d point
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
coordinates

Return Value

Type: PointOnShape
the point on the figure closest to the specified coordinates
See Also