Click or drag to resize

CurveKinkDefinitionIsTangentKink Method (Curve, Double)

True if there is a tangent discontinuity at curve(t) and the agnle between the two tangents is > KinkAngleDegrees

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsTangentKink(
	Curve curve,
	double t
)

Parameters

curve
Type: Rhino.GeometryCurve
t
Type: SystemDouble

Return Value

Type: Boolean

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

See Also