Examples#

Several examples are provided in the examples folder of the package. These examples demonstrate how to use the package to generate stereo-digital images for correlation using Blender.

In this section, we will provide a brief overview of how to create a simple Blender experiment using the package. The example we want to create is the following:

  • A Iron cylinder with a diameter of 100 mm and a height of 200 mm is deformed

  1. Create a new Blender experiment:

First, you need to create a new Blender experiment. You can do this by creating an instance of the :class:pyblenderSDIC.BlenderExperiment class.

from pyblenderSDIC import BlenderExperiment

experiment = BlenderExperiment()