Revit 2026 API
Hermite |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static HermiteSurface Create( int nU, int nV, IList<XYZ> points )
Public Shared Function Create ( nU As Integer, nV As Integer, points As IList(Of XYZ) ) As HermiteSurface
public: static HermiteSurface^ Create( int nU, int nV, IList<XYZ^>^ points )
static member Create : nU : int * nV : int * points : IList<XYZ> -> HermiteSurface
Parameters
- nU Int32
- nV Int32
- points IListXYZ
Return Value
HermiteSurfaceSee Also