RVTDocs.com

FieldDomainPointsByUV(IList<UV>, ICollection<Double>, ICollection<Double>)

Constructor
Description:
Creates object from an array of two-dimensional point coordinates
Syntax
public FieldDomainPointsByUV(
	IList<UV> points,
	ICollection<double> uCoordinates,
	ICollection<double> vCoordinates
)
Parameters
Parameter Type Description
points IList Array of two-dimensional point coordinates representing domain points (usually on surface)
uCoordinates ICollection Set of u coordinates at which to draw grid lines on the surface
vCoordinates ICollection Set of v coordinates at which to draw grid lines on the surface
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null