NurbSurface(Int32, Int32, Boolean,
Int32, Int32, Point3dCollection,
DoubleCollection, KnotCollection,
KnotCollection) Constructor
|
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
)
Public Sub New (
uDegree As Integer,
vDegree As Integer,
rational As Boolean,
uNumControlPoints As Integer,
vNumControlPoints As Integer,
ctrlPts As Point3dCollection,
weights As DoubleCollection,
uKnots As KnotCollection,
vKnots As KnotCollection
)
public:
NurbSurface(
int uDegree,
int vDegree,
bool rational,
int uNumControlPoints,
int vNumControlPoints,
Point3dCollection^ ctrlPts,
DoubleCollection^ weights,
KnotCollection^ uKnots,
KnotCollection^ vKnots
)
new :
uDegree : int *
vDegree : int *
rational : bool *
uNumControlPoints : int *
vNumControlPoints : int *
ctrlPts : Point3dCollection *
weights : DoubleCollection *
uKnots : KnotCollection *
vKnots : KnotCollection -> NurbSurface
Parameters
- uDegree Int32
-
- vDegree Int32
-
- rational Boolean
-
- uNumControlPoints Int32
-
- vNumControlPoints Int32
-
- ctrlPts Point3dCollection
-
- weights DoubleCollection
-
- uKnots KnotCollection
-
- vKnots KnotCollection
-
See Also