Creates object from an array of two-dimensional point coordinates
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FieldDomainPointsByUV(
IList<UV> points
)
Parameters
- points IList<UV>
-
Array of two-dimensional point coordinates representing domain points (usually on surface)
Exceptions
See Also
Reference