NurbSurface Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Point3dCollection, DoubleCollection, KnotCollection, KnotCollection)

Initializes a new instance of the NurbSurface class
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.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
)

Parameters

degreeU
Type: SystemInt32
degreeV
Type: SystemInt32
propsInU
Type: SystemInt32
propertiesInV
Type: SystemInt32
numberControlPointsInU
Type: SystemInt32
numberControlPointsInV
Type: SystemInt32
controlPoints
Type: Teigha.GeometryPoint3dCollection
weights
Type: Teigha.GeometryDoubleCollection
knotsInU
Type: Teigha.GeometryKnotCollection
knotsInV
Type: Teigha.GeometryKnotCollection
See Also

©  Bricsys NV. All rights reserved.