2021 Method
Changes 8
M

ExportUtils.GetNurbsSurfaceDataForFace

Description:
Returns the necessary information to define a NURBS surface for a given Revit HermiteFace or RuledFace.
Remarks:
This function is intended for export purposes
[ObsoleteAttribute("This method is deprecated in Revit 2021 and will be removed in the next version of Revit. We suggest you instead use getNurbsSurfaceDataForSurface.")]
public static NurbsSurfaceData GetNurbsSurfaceDataForFace(
	Face face
)
Return Value NurbsSurfaceData A class containing the necessary data to define a NURBS surface.