MeshEnvelope.apply_bounds_to_formdiagram
- MeshEnvelope.apply_bounds_to_formdiagram(formdiagram)
Apply envelope bounds to a form diagram based on the intrados and extrados surfaces.
This method projects the form diagram onto both intrados and extrados surfaces and assigns the heights to ‘ub’ (upper bound) and ‘lb’ (lower bound) properties.
- Parameters:
- formdiagramFormDiagram
The form diagram to apply bounds to.
- Returns:
- None
The FormDiagram is modified in place.