Skip to main content

About this Block

What it does: Creates a Lattice from a Volume Mesh with a configurable thickness and latticing method.
  • Choose from the following lattice creation methods:
    • Mesh edges: Creates lattice beams along the mesh edges.
    • Vertex Centroid: Creates a vertex at each mesh face’s centroid and the mesh vertices. Lattice beams connect the vertices.
    • Dual: Creates a vertex at the centroid of each mesh face and creates connecting beams to the next closest mesh centroid.
  • The Thickness of the lattice is a Scalar Field type, which allows for a variable Thickness.
  • Open up the block’s Properties Panel to view the beam, implicit, and thick graph properties.
    • These properties are populated based on the type of Unit Cell you use. An error sign with a tooltip appears next to the property if it is empty.
Lattice from Volume Mesh Creates a Lattice from a Volume Mesh using the features specified in the method input.

Inputs

NameTypeDescription
Volume meshVolume MeshVolumetric mesh from which to construct the lattice.
MethodVolume Lattice EnumThe mesh features to use for lattice construction:
- mesh edges: beams created from mesh element edges.
- vertex centroid: beams created from the centroid of each face to each vertex.
- dual: beams created from the centroid of each face to the midpoint of each face’s edge.
ThicknessScalar FieldLattice beam thickness.
Include surfaceBoolOption to generate a lattice on the volume mesh’s surface.

Outputs