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.core.sdynpy_shape.rigid_body_error

Signature

def sdynpy.core.sdynpy_shape.rigid_body_error(geometry, rigid_shapes, **rigid_shape_kwargs)

Computes rigid shape error based on geometries

Analytic rigid body shapes are computed from the geometry. The supplied rigid_shapes are then projected through these analytic shapes and a residual is computed by subtracting the projected shapes from the original shapes. This residual is a measure of how “non-rigid” the provided shapes were.

Parameters

Returns