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