sarkit.crsd.XyzPolyType.set_elem
- XyzPolyType.set_elem(elem, val)
Set
elemnode using the polynomial coefficients fromval.- Parameters:
- elem
lxml.etree.Element XML element to set
- val(N, 3) array_like
Array of coefficients ordered so that the coefficients for terms of degree n are contained in
val[n]. Dimension two enumerates the X, Y, and Z polynomials.
- elem