smooth_dihedral_face_nodes#
- SurfaceUtilities.smooth_dihedral_face_nodes(zonelets, params)#
Perform a smoothing operation to eliminate sharp corners at locations where the input face zonelets intersect.
- Parameters:
- zonelets
Iterable
[int
] List of input face zonelet ids.
- params
SmoothDihedralFaceNodesParams
Parameters to control the smoothing operation.
- zonelets
- Returns:
SmoothDihedralFaceNodesResults
Returns a SmoothDihedralFaceNodesResults.
- Return type:
Examples
>>> result = surf_utils.smooth_dihedral_face_nodes(zonelets, params)