Click or drag to resize

CurveKinkDefinitionComputeCurvatureRadiusRatio Method

Calculates the curvature radius ratio and the angle between the two curvature vectors.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool ComputeCurvatureRadiusRatio(
	Vector3d curvatureFromBelow,
	Vector3d curvatureFromAbove,
	out double radiusOfCurvatureRatio,
	out double curvatureVectorAngleDegrees
)

Parameters

curvatureFromBelow
Type: Rhino.GeometryVector3d

[Missing <param name="curvatureFromBelow"/> documentation for "M:Rhino.Geometry.CurveKinkDefinition.ComputeCurvatureRadiusRatio(Rhino.Geometry.Vector3d,Rhino.Geometry.Vector3d,System.Double@,System.Double@)"]

curvatureFromAbove
Type: Rhino.GeometryVector3d

[Missing <param name="curvatureFromAbove"/> documentation for "M:Rhino.Geometry.CurveKinkDefinition.ComputeCurvatureRadiusRatio(Rhino.Geometry.Vector3d,Rhino.Geometry.Vector3d,System.Double@,System.Double@)"]

radiusOfCurvatureRatio
Type: SystemDouble

[Missing <param name="radiusOfCurvatureRatio"/> documentation for "M:Rhino.Geometry.CurveKinkDefinition.ComputeCurvatureRadiusRatio(Rhino.Geometry.Vector3d,Rhino.Geometry.Vector3d,System.Double@,System.Double@)"]

curvatureVectorAngleDegrees
Type: SystemDouble
If one or both of the vectors have zero length, this returns RhinoMath.UnsetValue

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.CurveKinkDefinition.ComputeCurvatureRadiusRatio(Rhino.Geometry.Vector3d,Rhino.Geometry.Vector3d,System.Double@,System.Double@)"]

See Also