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, bool periodicU, bool periodicV )
Public Shared Function Create ( nU As Integer, nV As Integer, points As IList(Of XYZ), periodicU As Boolean, periodicV As Boolean ) As HermiteSurface
public: static HermiteSurface^ Create( int nU, int nV, IList<XYZ^>^ points, bool periodicU, bool periodicV )
static member Create : nU : int * nV : int * points : IList<XYZ> * periodicU : bool * periodicV : bool -> HermiteSurface
Parameters
- nU Int32
- nV Int32
- points IListXYZ
- periodicU Boolean
- periodicV Boolean
Return Value
HermiteSurfaceSee Also