BRepBuilderSurfaceGeometryCreateNURBSSurface(Int32, Int32, IListDouble, IListDouble, IListXYZ, Boolean, BoundingBoxUV) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
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  IListDouble
 
knotsV  IListDouble
 
controlPoints  IListXYZ
 
bReverseOrientation  Boolean
 
surfaceEnvelope  BoundingBoxUV
 

Return Value

BRepBuilderSurfaceGeometry
See Also