RhinoCommon API
NurbsCurveKnotListContains Method |
Returns an indication of the presence of a value in the knot list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

Parameters
- item
- Type: SystemDouble
The item.
Return Value
Type: Booleantrue if present, false otherwise.
Implements
ICollectionTContains(T)