ExportUtils.GetNurbsSurfaceDataForFace
Description:
Returns the necessary information to define a NURBS surface for a given Revit HermiteFace or RuledFace.
Returns the necessary information to define a NURBS surface for a given Revit HermiteFace or RuledFace.
Remarks:
This function is intended for export purposes
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
)
-
faceThe HermiteFace or RuledFace to be converted.
-
This face type is not supported for this function. -or- GetNurbsSurfaceDataForFace only supports Hermite surfaces.
-
A non-optional argument was NULL
-
Couldn't get NURBS data from face.