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)
Syntaxpublic bool IsTangentKink(
Vector3d tangentFromBelow,
Vector3d tangentFromAbove
)
Public Function IsTangentKink (
tangentFromBelow As Vector3d,
tangentFromAbove As Vector3d
) As Boolean
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