HermiteSurfaceCreate(Int32, Int32, IListXYZ) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
HermiteSurface
See Also