Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Int32
index of the knot span where the parametric point belongs
Binary search used to determine the span index where the parametric point belongs.
Namespace: Vts.Modeling.ForwardSolversAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- nurbsValues
- Type: Vts.Modeling.ForwardSolvers NurbsValues
NurbsValues class which contains the knot,degree and control points
- parametricPoint
- Type:
System Double
parametric point mapped in the interval 0-1
Return Value
Type:
index of the knot span where the parametric point belongs
Exceptions
Exception | Condition |
---|---|
![]() | Thrown when the search has to be performed on missing dimension |
See Also