This file provides functions and modules that construct shapes from a list of cross sections. In the case of skin() you specify each cross sectional shape yourself, and the number of points can vary.
fix: remove duplicate shapes for isPointOf (#789) The two definitions coming from relationships.py and root_class_shapes.ttl cause multiple lists behind the sh:or predicate. Some SHACL validators can ...