NurbCurve3dGetParametersOfC1Discontinuity
Method
 | 
Returns parameter values of all points on the
spline where the tangent vector is not continuous. The returned
array contains points where the tangent vector to the left of the
point is not equal to the tangent vector to the right of the
point.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public DoubleCollection GetParametersOfC1Discontinuity()
 
Public Function GetParametersOfC1Discontinuity As DoubleCollection
 
public:
DoubleCollection^ GetParametersOfC1Discontinuity()
 
member GetParametersOfC1Discontinuity : unit -> DoubleCollection 
 
 
 
Return Value
DoubleCollection
 
See Also