Description Sets the parameter limits for a particular NURB surface.
Syntax SetNURBSurfParameterLimits n, umin, umax, vmin, vmax
Parameters n As Long Node number of the NURB surface
umin As Double The new minimum value for U.
umax As Double The new maximum value for U.
vmin As Double The new minimum value for V.
vmax As Double The new maximum value for V.
Remarks This subroutine sets the parameter limits for a particular NURB surface. If there is a problem the subroutine sets an error and returns without modifying the surface.
See Also Examples
|