IList<Quantity> Variable.DiscreteValues { get; set; }

Gets or sets the discrete values of this variable or null if this variable represents a free degree of freedom.

Remarks

Note that this collection of values can be discretized by Mechanical from the formula that defines this variable. Otherwise, if the variable is defined by a table of values, this property returns the values contained in the table.