MeshEnvelope.sync_thickness_to_formdiagram
- MeshEnvelope.sync_thickness_to_formdiagram(formdiagram, method='linear', extrapolate=True)
Synchronize thickness attributes from middle mesh to form diagram using continuous interpolation.
This method creates a continuous thickness map from the middle mesh and interpolates thickness values at the form diagram vertex locations. This ensures compatibility even when the middle mesh and form diagram have different topologies.
Parameters
- formdiagramFormDiagram
The form diagram to sync thickness to.