Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fileio.sdynpy_pdf3D.create_animated_modeshape_content

Signature

def sdynpy.fileio.sdynpy_pdf3D.create_animated_modeshape_content(geometry, shapes=None, u3d_name='geometry', js_name='mode_shapes.js', one_js=True, node_size=5, line_width=2, opacity=1, show_edges=False, debug_js=False, displacement_scale=1.0)

Creates files that can be embedded into a PDF to create interactive content

This function produces a Universal3D model containing Geometry information. This function also produces one or more JavaScript programs that are used by the PDF to animate the model data. The model and programs can be embedded into a PDF either by using Adobe Acrobat Professional, or by using LaTeX with the media9 package to build a PDF document.

Parameters

Returns

Notes

There is no support currently for Solid elements (e.g. tets or hexes). Only surface elements (tris and quads), lines (beam elements or tracelines), and points (nodes) are currently supported.