BRep |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

public static BRepBuilderSurfaceGeometry CreateNURBSSurface(
int degreeU,
int degreeV,
IList<double> knotsU,
IList<double> knotsV,
IList<XYZ> controlPoints,
bool bReverseOrientation,
BoundingBoxUV surfaceEnvelope
)
Parameters
- degreeU Int32
- degreeV Int32
- knotsU IList Double
- knotsV IList Double
- controlPoints IList XYZ
- bReverseOrientation Boolean
- surfaceEnvelope BoundingBoxUV
Return Value
BRepBuilderSurfaceGeometry