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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > ConicalSurface Class > ConicalSurface Constructor : ConicalSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],ICurve,Double,Plane,Double,Point3D)
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, _
   ByVal halfAngle As Double, _
   ByVal coneTip As Point3D _
)
public ConicalSurface( 
   int uDegree,
   double[] uKnotVector,
   int vDegree,
   double[] vKnotVector,
   Point4D[,] ctrlPoints,
   ICurve generatrix,
   double radius,
   Plane seamPlane,
   double halfAngle,
   Point3D coneTip
)

Parameters

uDegree
uKnotVector
vDegree
vKnotVector
ctrlPoints
generatrix
radius
seamPlane
halfAngle
coneTip
See Also

Reference

ConicalSurface Class
ConicalSurface Members
Overload List