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

Initializes a new instance of the NurbSurface class
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public NurbSurface(
        int uDegree,
        int vDegree,
        bool rational,
        int uNumControlPoints,
        int vNumControlPoints,
        Point3dCollection ctrlPts,
        DoubleCollection weights,
        KnotCollection uKnots,
        KnotCollection vKnots
)

Parameters

uDegree
Type: SystemInt32
vDegree
Type: SystemInt32
rational
Type: SystemBoolean
uNumControlPoints
Type: SystemInt32
vNumControlPoints
Type: SystemInt32
ctrlPts
Type: Teigha.GeometryPoint3dCollection
weights
Type: Teigha.GeometryDoubleCollection
uKnots
Type: Teigha.GeometryKnotCollection
vKnots
Type: Teigha.GeometryKnotCollection
See Also

©  Bricsys NV. All rights reserved.