Eyeshot 10 WinForms API Reference
CylindricalSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],ICurve,Double,Plane)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > CylindricalSurface Class > CylindricalSurface Constructor : CylindricalSurface 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 CylindricalSurface( 
   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

CylindricalSurface Class
CylindricalSurface Members
Overload List