FieldValues(IList<ValueAtPoint>, XYZ)
Constructor
Description:
Creates object from an array of domain point values
Creates object from an array of domain point values
Parameters
Parameter | Type | Description |
---|---|---|
valueAtPoint | IList | Array of values, each corresponding to a domain point |
unitDirection | XYZ | Unit vector that gives the same direction for values (for diagrams) |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Members of valueAtPoint contain different numbers of measurements -or- unitDirection is not a unit vector |
ArgumentNullException | A non-optional argument was null |