Click or drag to resize

CurveKinkDefinitionIsTangentKink Method (Vector3d, Vector3d)

True if the angle between tangent_from_below and tangent_from_above is > KinkAngleDegrees

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsTangentKink(
	Vector3d tangentFromBelow,
	Vector3d tangentFromAbove
)

Parameters

tangentFromBelow
Type: Rhino.GeometryVector3d
tangentFromAbove
Type: Rhino.GeometryVector3d

Return Value

Type: Boolean

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

See Also