NurbSurface(Int32, Int32, Int32,
Int32, Int32, Int32,
Point3dCollection, DoubleCollection,
KnotCollection, KnotCollection) Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public NurbSurface(
        int degreeU,
        int degreeV,
        int propsInU,
        int propertiesInV,
        int numberControlPointsInU,
        int numberControlPointsInV,
        Point3dCollection controlPoints,
        DoubleCollection weights,
        KnotCollection knotsInU,
        KnotCollection knotsInV
)
 
Public Sub New ( 
        degreeU As Integer,
        degreeV As Integer,
        propsInU As Integer,
        propertiesInV As Integer,
        numberControlPointsInU As Integer,
        numberControlPointsInV As Integer,
        controlPoints As Point3dCollection,
        weights As DoubleCollection,
        knotsInU As KnotCollection,
        knotsInV As KnotCollection
)
 
public:
NurbSurface(
        int degreeU, 
        int degreeV, 
        int propsInU, 
        int propertiesInV, 
        int numberControlPointsInU, 
        int numberControlPointsInV, 
        Point3dCollection^ controlPoints, 
        DoubleCollection^ weights, 
        KnotCollection^ knotsInU, 
        KnotCollection^ knotsInV
)
 
new : 
        degreeU : int * 
        degreeV : int * 
        propsInU : int * 
        propertiesInV : int * 
        numberControlPointsInU : int * 
        numberControlPointsInV : int * 
        controlPoints : Point3dCollection * 
        weights : DoubleCollection * 
        knotsInU : KnotCollection * 
        knotsInV : KnotCollection -> NurbSurface
 
 
 
Parameters
- degreeU  Int32
 
-  
 
- degreeV  Int32
 
-  
 
- propsInU  Int32
 
-  
 
- propertiesInV  Int32
 
-  
 
- numberControlPointsInU  Int32
 
-  
 
- numberControlPointsInV  Int32
 
-  
 
- controlPoints  Point3dCollection
 
-  
 
- weights  DoubleCollection
 
-  
 
- knotsInU  KnotCollection
 
-  
 
- knotsInV  KnotCollection
 
-  
 
 
See Also