FieldDomainPointsByXYZ
Constructor
Description:
Creates object from an array of three-dimensional point coordinates
Creates object from an array of three-dimensional point coordinates
Parameters
Parameter | Type | Description |
---|---|---|
points | IList | Array of three-dimensional point coordinates representing domain points |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when supplied array points contain too many members (over 1000) |
ArgumentNullException | A non-optional argument was null |