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
)
Public Sub Set (
iUDegree As Integer,
iVDegree As Integer,
bRational As Boolean,
iUNumControlPoints As Integer,
iVNumControlPoints As Integer,
ctrlPts As Point3dCollection,
weights As DoubleCollection,
knotsInU As KnotCollection,
knotsInV As KnotCollection
)
public:
void Set(
int iUDegree,
int iVDegree,
bool bRational,
int iUNumControlPoints,
int iVNumControlPoints,
Point3dCollection^ ctrlPts,
DoubleCollection^ weights,
KnotCollection^ knotsInU,
KnotCollection^ knotsInV
)
member Set :
iUDegree : int *
iVDegree : int *
bRational : bool *
iUNumControlPoints : int *
iVNumControlPoints : int *
ctrlPts : Point3dCollection *
weights : DoubleCollection *
knotsInU : KnotCollection *
knotsInV : KnotCollection -> unit
Parameters
- iUDegree Int32
-
- iVDegree Int32
-
- bRational Boolean
-
- iUNumControlPoints Int32
-
- iVNumControlPoints Int32
-
- ctrlPts Point3dCollection
-
- weights DoubleCollection
-
- knotsInU KnotCollection
-
- knotsInV KnotCollection
-
See Also