BRepBuilderSurfaceGeometryCreateNURBSSurface(Int32, Int32, IListDouble, IListDouble, IListXYZ, Boolean, BoundingBoxUV) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static BRepBuilderSurfaceGeometry CreateNURBSSurface(
int degreeU,
int degreeV,
IList<double> knotsU,
IList<double> knotsV,
IList<XYZ> controlPoints,
bool bReverseOrientation,
BoundingBoxUV surfaceEnvelope
)
Public Shared Function CreateNURBSSurface (
degreeU As Integer,
degreeV As Integer,
knotsU As IList(Of Double),
knotsV As IList(Of Double),
controlPoints As IList(Of XYZ),
bReverseOrientation As Boolean,
surfaceEnvelope As BoundingBoxUV
) As BRepBuilderSurfaceGeometry
public:
static BRepBuilderSurfaceGeometry^ CreateNURBSSurface(
int degreeU,
int degreeV,
IList<double>^ knotsU,
IList<double>^ knotsV,
IList<XYZ^>^ controlPoints,
bool bReverseOrientation,
BoundingBoxUV^ surfaceEnvelope
)
static member CreateNURBSSurface :
degreeU : int *
degreeV : int *
knotsU : IList<float> *
knotsV : IList<float> *
controlPoints : IList<XYZ> *
bReverseOrientation : bool *
surfaceEnvelope : BoundingBoxUV -> BRepBuilderSurfaceGeometry
Parameters
- degreeU Int32
-
- degreeV Int32
-
- knotsU IListDouble
-
- knotsV IListDouble
-
- controlPoints IListXYZ
-
- bReverseOrientation Boolean
-
- surfaceEnvelope BoundingBoxUV
-
Return Value
BRepBuilderSurfaceGeometry
See Also