Share

HermiteSurface.Create(Int32, Int32, IList<XYZ>, Boolean, Boolean) Method



Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static HermiteSurface Create(
	int nU,
	int nV,
	IList<XYZ> points,
	bool periodicU,
	bool periodicV
)

Parameters

nU  Int32
 
nV  Int32
 
points  IList<XYZ>
 
periodicU  Boolean
 
periodicV  Boolean
 

Return Value

HermiteSurface

See Also

Reference

Was this information helpful?