Description Modifies a Spline surface in the associated FRED document.
Syntax SetSplineSurf n, entity, degU, degV, breaksU, breaksV, coefs
Parameters n As Long Node number of the surface.
entity As T_ENTITY The new basic entity data for the surface.
degU As Long The new polynomial degree in the U parameter.
degV As Long The new polynomial degree in the V parameter.
breaksU() As Double The new U parameter breakpoints in ascending order.
breaksV() As Double The new V parameter breakpoints in ascending order.
coefs() As Double The new array of vector patch coefficients.
Remarks This subroutine modifies a Spline surface in the associated FRED document. If there is a problem, the subroutine sets an error and returns without modifying the surface. Note that NURB order = degree +1.
See Also Examples
|