Description Retrieves the upper and lower U-parameter limits of an existing NURBs curve.
Syntax GetNURBCurvParameterLimits n, Umin, Umax
Parameters n As Long Node number of the NURBs curve.
Umin As Double Return value of the minimum U-parameter limit.
Umax As Double Return value of the maximum U-parameter limit.
Remarks GetNURBCurvParameterLimits retrieves the upper and lower U-parameter limits of a NURBs curve.
See Also Examples
|