NurbSurfaceSet(Int32, Int32, Int32, Int32, Int32, Int32, Point3dCollection, DoubleCollection, KnotCollection, KnotCollection) Method


Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.3.0.0
Syntax
public void Set(
        int degreeU,
        int degreeV,
        int propsInU,
        int propsInV,
        int numControlPointsInU,
        int numControlPointsInV,
        Point3dCollection controlPoints,
        DoubleCollection weights,
        KnotCollection knotsInU,
        KnotCollection knotsInV
)

Parameters

degreeU  Int32
 
degreeV  Int32
 
propsInU  Int32
 
propsInV  Int32
 
numControlPointsInU  Int32
 
numControlPointsInV  Int32
 
controlPoints  Point3dCollection
 
weights  DoubleCollection
 
knotsInU  KnotCollection
 
knotsInV  KnotCollection
 
See Also

©  Bricsys NV. All rights reserved.