python-acoustics / Sea

DISCONTINUED - Statistical Energy Analysis (SEA) module for FreeCAD.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Determine Shape of a Connection #29

Open FRidh opened 11 years ago

FRidh commented 11 years ago

Connection objects have a Shape as well. The Shape depends on the sort of connection and components it connections.

Example: Two plates are connected on their edges, which should result in two Point connections and one Line connection. The common however is a face. How to determine the Shapes of the Point and Line connections.