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
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.