Returns the necessary information to define a NURBS surface for a given Revit HermiteFace or RuledFace.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.0.0.0)
Since:
2017
Syntax
| C# |
|---|
[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
) |
| Visual Basic |
|---|
<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 Shared Function GetNurbsSurfaceDataForFace ( _
face As Face _
) As NurbsSurfaceData |
| Visual C++ |
|---|
[ObsoleteAttribute(L"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
A class containing the necessary data to define a NURBS surface.
Remarks
Exceptions
See Also