Click or drag to resize

CurveGetLocalPerpPoint Method (Point3d, Double, Double)

Search for a location on the curve, near seedParmameter, that is perpendicular to a test point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool GetLocalPerpPoint(
	Point3d testPoint,
	double seedParmameter,
	out double curveParameter
)

Parameters

testPoint
Type: Rhino.GeometryPoint3d
The test point.
seedParmameter
Type: SystemDouble
A "seed" parameter on the curve.
curveParameter
Type: SystemDouble
The parameter value at the perpendicular point

Return Value

Type: Boolean
True if a solution is found, false otherwise.
See Also