NurbSurfaceSetControlPoints Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetControlPoints(
int iUDegree,
int iVDegree,
Point3dCollection points
)
Public Sub SetControlPoints (
iUDegree As Integer,
iVDegree As Integer,
points As Point3dCollection
)
public:
void SetControlPoints(
int iUDegree,
int iVDegree,
Point3dCollection^ points
)
member SetControlPoints :
iUDegree : int *
iVDegree : int *
points : Point3dCollection -> unit
Parameters
- iUDegree Int32
-
- iVDegree Int32
-
- points Point3dCollection
-
See Also