Eyeshot 9.0 WPF API Reference
SphericalSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],ICurve,Double,Plane)

WPF Assembly > devDept.Eyeshot.Entities Namespace > SphericalSurface Class > SphericalSurface Constructor : SphericalSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],ICurve,Double,Plane)
Syntax
'Declaration
 
Public Function New( _
   ByVal uDegree As Integer, _
   ByVal uKnotVector() As Double, _
   ByVal vDegree As Integer, _
   ByVal vKnotVector() As Double, _
   ByVal ctrlPoints(,) As Point4D, _
   ByVal generatrix As ICurve, _
   ByVal radius As Double, _
   ByVal seamPlane As Plane _
)
public SphericalSurface( 
   int uDegree,
   double[] uKnotVector,
   int vDegree,
   double[] vKnotVector,
   Point4D[,] ctrlPoints,
   ICurve generatrix,
   double radius,
   Plane seamPlane
)

Parameters

uDegree
uKnotVector
vDegree
vKnotVector
ctrlPoints
generatrix
radius
seamPlane
See Also

Reference

SphericalSurface Class
SphericalSurface Members
Overload List