write_beam_lattice

Function write_beam_lattice 

Source
pub fn write_beam_lattice<W: Write>(
    writer: &mut XmlWriter<W>,
    lattice: &BeamLattice,
) -> Result<()>
Expand description

Writes a <beamlattice> element inside a <mesh> element.

The beam lattice is written as a child element of <mesh>, after the <triangles> section, per the Beam Lattice Extension v1.2.0 specification.

Element names are unqualified (no namespace prefix) because the parser matches them by local name. The namespace URI is declared on the root model element as xmlns:bl.