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

Initializes a new instance of the NurbSurface class

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.3.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  Int32
 
vDegree  Int32
 
rational  Boolean
 
uNumControlPoints  Int32
 
vNumControlPoints  Int32
 
ctrlPts  Point3dCollection
 
weights  DoubleCollection
 
uKnots  KnotCollection
 
vKnots  KnotCollection
 
See Also

©  Bricsys NV. All rights reserved.