pylinkage package

Subpackages

Submodules

pylinkage.exceptions module

The exceptions module is a simple quick way to access the built-in exceptions.

Created on Wed Jun 16, 15:20:06 2021.

@author: HugoFara

exception pylinkage.exceptions.HypostaticError(linkage, message='The linkage is under-constrained!')

Bases: Exception

The linkage is under-constrained and multiple solutions may exist.

exception pylinkage.exceptions.NotCompletelyDefinedError(joint, message='The joint is not completely defined!')

Bases: Exception

The linkage definition is incomplete.

exception pylinkage.exceptions.UnbuildableError(joint, message='Unable to solve constraints')

Bases: Exception

Should be raised when the constraints cannot be solved.

Module contents

PyLinkage is a module to create, optimize and visualize linkages.

Please see the documentation at https://hugofara.github.io/pylinkage/. A copy of the documentation should have been distributed on your system in the docs/ folder.

Created on Thu Jun 10 21:30:52 2021

@author: HugoFara