NurbSurfaceSet Method


Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.3.0.0
Syntax
public void Set(
        int iUDegree,
        int iVDegree,
        bool bRational,
        int iUNumControlPoints,
        int iVNumControlPoints,
        Point3dCollection ctrlPts,
        DoubleCollection weights,
        KnotCollection knotsInU,
        KnotCollection knotsInV
)

Parameters

iUDegree  Int32
 
iVDegree  Int32
 
bRational  Boolean
 
iUNumControlPoints  Int32
 
iVNumControlPoints  Int32
 
ctrlPts  Point3dCollection
 
weights  DoubleCollection
 
knotsInU  KnotCollection
 
knotsInV  KnotCollection
 
See Also

©  Bricsys NV. All rights reserved.